Shades of Careys Pink #C99DAB
Tints of Careys Pink #C99DAB
RGB
CMYK
RGB Variations
Color information
#C99DAB (or 0xC99DAB) is known color: Careys Pink. HEX triplet: C9, 9D and AB. RGB value is (201,157,171). Sum of RGB (Red+Green+Blue) = 201+157+171=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DAB is #366254. Grayscale: #ABABAB. Windows color (decimal): -3564117 or 11247049. OLE color: 11247049.
HSL color Cylindrical-coordinate representation of color #C99DAB: hue angle of 340.91º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DAB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 157 | 171 | - |
CMYK | 0 | 0.22 | 0.15 | 0.21 |
HSL | 340.91º | 0.29% | 0.7% | - |
HSV(B) | 340.91º | 0.22% | 0.79% | - |
XYZ | 43.5 | 39.47 | 43.85 | - |
YUV | 171.75 | 127.58 | 148.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 157 | 171 | 0 | 0.22 | 0.15 | 0.21 | 340.91 | 0.29 | 0.7 |
Hex | C9 | 9D | AB | 0 | 16 | F | 15 | 155 | 1D | 46 |
Octal | 311 | 235 | 253 | 0 | 26 | 17 | 25 | 525 | 35 | 106 |
Binary | 11001001 | 10011101 | 10101011 | 0 | 10110 | 1111 | 10101 | 101010101 | 11101 | 1000110 |
Color Harmonies of #C99DAB
Complementary color
Monochromatic Colors of #C99DAB
Black with #C99DAB
Text Example
Text Example
White with #C99DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DAB; }
p { color: rgb(201,157,171); }
H1.HeaderClassName
{
color: #C99DAB;
}
.AnyTagClassName
{
color: #C99DAB;
}
</style>
background-color css
<style>
a { background-color: #C99DAB; }
a { background-color: rgb(201,157,171); }
div.DivClassName
{
background-color: #C99DAB;
}
.BgClassName
{
background-color: #C99DAB;
}
</style>
border-color css
<style>
span { border-color: #C99DAB; }
span { border-color: rgb(201,157,171); }
td.TdClassName
{
border-color: #C99DAB;
}
.TagClassName
{
border-color: #C99DAB;
}
</style>