Shades of Careys Pink #CB9DAC
Tints of Careys Pink #CB9DAC
RGB
CMYK
RGB Variations
Color information
#CB9DAC (or 0xCB9DAC) is known color: Careys Pink. HEX triplet: CB, 9D and AC. RGB value is (203,157,172). Sum of RGB (Red+Green+Blue) = 203+157+172=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9DAC is #346253. Grayscale: #ACACAC. Windows color (decimal): -3433044 or 11312587. OLE color: 11312587.
HSL color Cylindrical-coordinate representation of color #CB9DAC: hue angle of 340.43º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9DAC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 172 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.20 |
| HSL | 340.43º | 0.31% | 0.71% | - |
| HSV(B) | 340.43º | 0.23% | 0.8% | - |
| XYZ | 44.13 | 39.79 | 44.38 | - |
| YUV | 172.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 172 | 0 | 0.23 | 0.15 | 0.20 | 340.43 | 0.31 | 0.71 |
| Hex | CB | 9D | AC | 0 | 17 | F | 14 | 154 | 1F | 47 |
| Octal | 313 | 235 | 254 | 0 | 27 | 17 | 24 | 524 | 37 | 107 |
| Binary | 11001011 | 10011101 | 10101100 | 0 | 10111 | 1111 | 10100 | 101010100 | 11111 | 1000111 |
Color Harmonies of #CB9DAC
Complementary color
Monochromatic Colors of #CB9DAC
Black with #CB9DAC
Text Example
Text Example
White with #CB9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DAC; }
p { color: rgb(203,157,172); }
H1.HeaderClassName
{
color: #CB9DAC;
}
.AnyTagClassName
{
color: #CB9DAC;
}
</style>
background-color css
<style>
a { background-color: #CB9DAC; }
a { background-color: rgb(203,157,172); }
div.DivClassName
{
background-color: #CB9DAC;
}
.BgClassName
{
background-color: #CB9DAC;
}
</style>
border-color css
<style>
span { border-color: #CB9DAC; }
span { border-color: rgb(203,157,172); }
td.TdClassName
{
border-color: #CB9DAC;
}
.TagClassName
{
border-color: #CB9DAC;
}
</style>