Shades of Careys Pink #C99C9E
Tints of Careys Pink #C99C9E
RGB
CMYK
RGB Variations
Color information
#C99C9E (or 0xC99C9E) is known color: Careys Pink. HEX triplet: C9, 9C and 9E. RGB value is (201,156,158). Sum of RGB (Red+Green+Blue) = 201+156+158=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C9E is #366361. Grayscale: #A9A9A9. Windows color (decimal): -3564386 or 10394825. OLE color: 10394825.
HSL color Cylindrical-coordinate representation of color #C99C9E: hue angle of 357.33º 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 #C99C9E is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 158 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.21 |
| HSL | 357.33º | 0.29% | 0.7% | - |
| HSV(B) | 357.33º | 0.22% | 0.79% | - |
| XYZ | 42.15 | 38.66 | 37.59 | - |
| YUV | 169.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 158 | 0 | 0.22 | 0.21 | 0.21 | 357.33 | 0.29 | 0.7 |
| Hex | C9 | 9C | 9E | 0 | 16 | 15 | 15 | 165 | 1D | 46 |
| Octal | 311 | 234 | 236 | 0 | 26 | 25 | 25 | 545 | 35 | 106 |
| Binary | 11001001 | 10011100 | 10011110 | 0 | 10110 | 10101 | 10101 | 101100101 | 11101 | 1000110 |
Color Harmonies of #C99C9E
Complementary color
Monochromatic Colors of #C99C9E
Black with #C99C9E
Text Example
Text Example
White with #C99C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C9E; }
p { color: rgb(201,156,158); }
H1.HeaderClassName
{
color: #C99C9E;
}
.AnyTagClassName
{
color: #C99C9E;
}
</style>
background-color css
<style>
a { background-color: #C99C9E; }
a { background-color: rgb(201,156,158); }
div.DivClassName
{
background-color: #C99C9E;
}
.BgClassName
{
background-color: #C99C9E;
}
</style>
border-color css
<style>
span { border-color: #C99C9E; }
span { border-color: rgb(201,156,158); }
td.TdClassName
{
border-color: #C99C9E;
}
.TagClassName
{
border-color: #C99C9E;
}
</style>