:
logo qtransform

  to  




#C188AB color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #C188AB
#C188AB

   In a RGB color space, hex #C188AB is composed of 76% red, 53% green and 67% blue.
RGB color code is composed of a hexadecimal C1 red (193/255), a 88 green (136/255) and a AB blue component (171/255). The decimal RGB color code is rgb(193,136,171)
In CMYK color space, it is composed of 0% cyan, 30% magenta, 11% yellow and 24% black.
It has a hue angle of 323.16o degrees, a saturation of 31% and a lightness of 65%.
Closest websafe color is: #cc9999 rgb (204, 153, 153).
twitter  facebook  whatsapp


Color conversion




#C188AB
rgb(193,136,171)
=76%
from 255
53%
from 255
67%
from 255
=0
from 100
30
from 100
11
from 100
24
from 100
R: 193
red
G: 136
green
B: 171
blue
C: 0
cyan
M: 30
magenta
Y: 11
yellow
K: 24
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #C188AB has RGB values of R:193, G:136, B:171 and CMYK values of C:0, M:30, Y:11, K:24. Its decimal value is 12683435.Binary code is 110000011000100010101011
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorC188AB #C188AB
RGB decimal193, 136, 171 rgb(193, 136, 171)
RGB %76, 53, 67 rgb(76%, 53%, 67%)
RGB Adobe178, 135, 168
CMYK %0, 30, 11, 24 0%, 30%, 11%, 24%
HSL323.16o, 31, 65 hsl(323.16o, 31%, 65%)
HSV (HSB)323o, 30%, 76% hsv(323o, 30%, 76%)
Web Safe color#cc9999 rgb (204, 153, 153)
XYZ38.147, 31.886 42.672
xyY0.34, 0.28, 31.89
Hunter-Lab56.47, 25.18, -8.67
CMY24%, 47%, 33%
Lab63.33, 26.44, -9.4
Binary color
C1 88 AB
11000001 10001000 10101011

Shades and tints of #C188AB


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #251A22 is the darkest color, and: #F3E8EF is the lightest one.

Tint color variation #C188AB


Shade color variation


Tones of #C188AB
A tone is produced by adding gray to any pure hue. In this case, #BB87A7 is the less saturated color, and #97858F is the most saturated one.


Alternatives to #C188AB


Below, you can see some colors close to #C188AB. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.






Quick use #C188AB


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#C188AB;">Text here</font>

<div style="background-color:#C188AB;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#C188AB;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#C188AB;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #C188AB
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #C188AB;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #C188AB;



Box border html code Text shadow with RGB values for color #C188AB
box border html code for color #C188AB

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #C188AB;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(193, 136, 171, 1.4);



Pre-formatted code C188AB code for script / programming
HTML, CSS: = #C188AB; rgb(193, 136, 171)
Java: = new Color(193, 136, 171)
.NET: = Color.FromArgb (193, 136, 171);
Xojo: = rgb (193, 136, 171, 0);
openGL: = glColor3f (0.76f, 0.53f, 0.67f);
Swift: = UIColor(red:0.76, green:0.53, blue:0.67, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.76 green:0.53 blue:0.67 alpha:1.00000];


Color schemes with #C188AB


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 30% has a #C188AB saturation. Adding 30% + 10% = 40% saturation for our new color #9C5D84. Decreasing 30% - 10% = 20% saturation for other monochromatic color #E8BAD6.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #C188AB has a 323o angle. Adding 323o + 180o = 143oo for our new complementary color #88C29E.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #C188AB has a 323o angle. Adding 323o + 180o+30o = 173o for our first complementary color #88C2BB. Decreasing 323o + 180o-30o = 113o for the second complementary color #8EC288.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.