Shades of Careys Pink #C99FAB
Tints of Careys Pink #C99FAB
RGB
CMYK
RGB Variations
Color information
#C99FAB (or 0xC99FAB) is known color: Careys Pink. HEX triplet: C9, 9F and AB. RGB value is (201,159,171). Sum of RGB (Red+Green+Blue) = 201+159+171=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FAB is #366054. Grayscale: #ACACAC. Windows color (decimal): -3563605 or 11247561. OLE color: 11247561.
HSL color Cylindrical-coordinate representation of color #C99FAB: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FAB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 171 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.21 |
| HSL | 342.86º | 0.28% | 0.71% | - |
| HSV(B) | 342.86º | 0.21% | 0.79% | - |
| XYZ | 43.84 | 40.15 | 43.97 | - |
| YUV | 172.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 171 | 0 | 0.21 | 0.15 | 0.21 | 342.86 | 0.28 | 0.71 |
| Hex | C9 | 9F | AB | 0 | 15 | F | 15 | 157 | 1C | 47 |
| Octal | 311 | 237 | 253 | 0 | 25 | 17 | 25 | 527 | 34 | 107 |
| Binary | 11001001 | 10011111 | 10101011 | 0 | 10101 | 1111 | 10101 | 101010111 | 11100 | 1000111 |
Color Harmonies of #C99FAB
Complementary color
Monochromatic Colors of #C99FAB
Black with #C99FAB
Text Example
Text Example
White with #C99FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FAB; }
p { color: rgb(201,159,171); }
H1.HeaderClassName
{
color: #C99FAB;
}
.AnyTagClassName
{
color: #C99FAB;
}
</style>
background-color css
<style>
a { background-color: #C99FAB; }
a { background-color: rgb(201,159,171); }
div.DivClassName
{
background-color: #C99FAB;
}
.BgClassName
{
background-color: #C99FAB;
}
</style>
border-color css
<style>
span { border-color: #C99FAB; }
span { border-color: rgb(201,159,171); }
td.TdClassName
{
border-color: #C99FAB;
}
.TagClassName
{
border-color: #C99FAB;
}
</style>