Shades of Careys Pink #C99D9F
Tints of Careys Pink #C99D9F
RGB
CMYK
RGB Variations
Color information
#C99D9F (or 0xC99D9F) is known color: Careys Pink. HEX triplet: C9, 9D and 9F. RGB value is (201,157,159). Sum of RGB (Red+Green+Blue) = 201+157+159=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D9F is #366260. Grayscale: #AAAAAA. Windows color (decimal): -3564129 or 10460617. OLE color: 10460617.
HSL color Cylindrical-coordinate representation of color #C99D9F: hue angle of 357.27º 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 #C99D9F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 159 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.21 |
| HSL | 357.27º | 0.29% | 0.7% | - |
| HSV(B) | 357.27º | 0.22% | 0.79% | - |
| XYZ | 42.4 | 39.03 | 38.1 | - |
| YUV | 170.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 159 | 0 | 0.22 | 0.21 | 0.21 | 357.27 | 0.29 | 0.7 |
| Hex | C9 | 9D | 9F | 0 | 16 | 15 | 15 | 165 | 1D | 46 |
| Octal | 311 | 235 | 237 | 0 | 26 | 25 | 25 | 545 | 35 | 106 |
| Binary | 11001001 | 10011101 | 10011111 | 0 | 10110 | 10101 | 10101 | 101100101 | 11101 | 1000110 |
Color Harmonies of #C99D9F
Complementary color
Monochromatic Colors of #C99D9F
Black with #C99D9F
Text Example
Text Example
White with #C99D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D9F; }
p { color: rgb(201,157,159); }
H1.HeaderClassName
{
color: #C99D9F;
}
.AnyTagClassName
{
color: #C99D9F;
}
</style>
background-color css
<style>
a { background-color: #C99D9F; }
a { background-color: rgb(201,157,159); }
div.DivClassName
{
background-color: #C99D9F;
}
.BgClassName
{
background-color: #C99D9F;
}
</style>
border-color css
<style>
span { border-color: #C99D9F; }
span { border-color: rgb(201,157,159); }
td.TdClassName
{
border-color: #C99D9F;
}
.TagClassName
{
border-color: #C99D9F;
}
</style>