Shades of Careys Pink #C9999C
Tints of Careys Pink #C9999C
RGB
CMYK
RGB Variations
Color information
#C9999C (or 0xC9999C) is known color: Careys Pink. HEX triplet: C9, 99 and 9C. RGB value is (201,153,156). Sum of RGB (Red+Green+Blue) = 201+153+156=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9999C is #366663. Grayscale: #A7A7A7. Windows color (decimal): -3565156 or 10262985. OLE color: 10262985.
HSL color Cylindrical-coordinate representation of color #C9999C: hue angle of 356.25º 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 #C9999C is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 156 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.21 |
| HSL | 356.25º | 0.31% | 0.69% | - |
| HSV(B) | 356.25º | 0.24% | 0.79% | - |
| XYZ | 41.48 | 37.6 | 36.52 | - |
| YUV | 167.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 156 | 0 | 0.24 | 0.22 | 0.21 | 356.25 | 0.31 | 0.69 |
| Hex | C9 | 99 | 9C | 0 | 18 | 16 | 15 | 164 | 1F | 45 |
| Octal | 311 | 231 | 234 | 0 | 30 | 26 | 25 | 544 | 37 | 105 |
| Binary | 11001001 | 10011001 | 10011100 | 0 | 11000 | 10110 | 10101 | 101100100 | 11111 | 1000101 |
Color Harmonies of #C9999C
Complementary color
Monochromatic Colors of #C9999C
Black with #C9999C
Text Example
Text Example
White with #C9999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9999C; }
p { color: rgb(201,153,156); }
H1.HeaderClassName
{
color: #C9999C;
}
.AnyTagClassName
{
color: #C9999C;
}
</style>
background-color css
<style>
a { background-color: #C9999C; }
a { background-color: rgb(201,153,156); }
div.DivClassName
{
background-color: #C9999C;
}
.BgClassName
{
background-color: #C9999C;
}
</style>
border-color css
<style>
span { border-color: #C9999C; }
span { border-color: rgb(201,153,156); }
td.TdClassName
{
border-color: #C9999C;
}
.TagClassName
{
border-color: #C9999C;
}
</style>