Shades of Careys Pink #C9999A
Tints of Careys Pink #C9999A
RGB
CMYK
RGB Variations
Color information
#C9999A (or 0xC9999A) is known color: Careys Pink. HEX triplet: C9, 99 and 9A. RGB value is (201,153,154). Sum of RGB (Red+Green+Blue) = 201+153+154=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9999A is #366665. Grayscale: #A7A7A7. Windows color (decimal): -3565158 or 10131913. OLE color: 10131913.
HSL color Cylindrical-coordinate representation of color #C9999A: hue angle of 358.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9999A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 154 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.21 |
| HSL | 358.75º | 0.31% | 0.69% | - |
| HSV(B) | 358.75º | 0.24% | 0.79% | - |
| XYZ | 41.31 | 37.53 | 35.64 | - |
| YUV | 167.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 154 | 0 | 0.24 | 0.23 | 0.21 | 358.75 | 0.31 | 0.69 |
| Hex | C9 | 99 | 9A | 0 | 18 | 17 | 15 | 167 | 1F | 45 |
| Octal | 311 | 231 | 232 | 0 | 30 | 27 | 25 | 547 | 37 | 105 |
| Binary | 11001001 | 10011001 | 10011010 | 0 | 11000 | 10111 | 10101 | 101100111 | 11111 | 1000101 |
Color Harmonies of #C9999A
Complementary color
Monochromatic Colors of #C9999A
Black with #C9999A
Text Example
Text Example
White with #C9999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9999A; }
p { color: rgb(201,153,154); }
H1.HeaderClassName
{
color: #C9999A;
}
.AnyTagClassName
{
color: #C9999A;
}
</style>
background-color css
<style>
a { background-color: #C9999A; }
a { background-color: rgb(201,153,154); }
div.DivClassName
{
background-color: #C9999A;
}
.BgClassName
{
background-color: #C9999A;
}
</style>
border-color css
<style>
span { border-color: #C9999A; }
span { border-color: rgb(201,153,154); }
td.TdClassName
{
border-color: #C9999A;
}
.TagClassName
{
border-color: #C9999A;
}
</style>