Shades of Careys Pink #C99196
Tints of Careys Pink #C99196
RGB
CMYK
RGB Variations
Color information
#C99196 (or 0xC99196) is known color: Careys Pink. HEX triplet: C9, 91 and 96. RGB value is (201,145,150). Sum of RGB (Red+Green+Blue) = 201+145+150=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C99196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99196 is #366E69. Grayscale: #A2A2A2. Windows color (decimal): -3567210 or 9867721. OLE color: 9867721.
HSL color Cylindrical-coordinate representation of color #C99196: hue angle of 354.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99196 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 150 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.21 |
| HSL | 354.64º | 0.34% | 0.68% | - |
| HSV(B) | 354.64º | 0.28% | 0.79% | - |
| XYZ | 39.72 | 34.87 | 33.49 | - |
| YUV | 162.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 150 | 0 | 0.28 | 0.25 | 0.21 | 354.64 | 0.34 | 0.68 |
| Hex | C9 | 91 | 96 | 0 | 1C | 19 | 15 | 163 | 22 | 44 |
| Octal | 311 | 221 | 226 | 0 | 34 | 31 | 25 | 543 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10010110 | 0 | 11100 | 11001 | 10101 | 101100011 | 100010 | 1000100 |
Color Harmonies of #C99196
Complementary color
Monochromatic Colors of #C99196
Black with #C99196
Text Example
Text Example
White with #C99196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99196; }
p { color: rgb(201,145,150); }
H1.HeaderClassName
{
color: #C99196;
}
.AnyTagClassName
{
color: #C99196;
}
</style>
background-color css
<style>
a { background-color: #C99196; }
a { background-color: rgb(201,145,150); }
div.DivClassName
{
background-color: #C99196;
}
.BgClassName
{
background-color: #C99196;
}
</style>
border-color css
<style>
span { border-color: #C99196; }
span { border-color: rgb(201,145,150); }
td.TdClassName
{
border-color: #C99196;
}
.TagClassName
{
border-color: #C99196;
}
</style>