Shades of Careys Pink #C9989C
Tints of Careys Pink #C9989C
RGB
CMYK
RGB Variations
Color information
#C9989C (or 0xC9989C) is known color: Careys Pink. HEX triplet: C9, 98 and 9C. RGB value is (201,152,156). Sum of RGB (Red+Green+Blue) = 201+152+156=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9989C is #366763. Grayscale: #A7A7A7. Windows color (decimal): -3565412 or 10262729. OLE color: 10262729.
HSL color Cylindrical-coordinate representation of color #C9989C: hue angle of 355.1º 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 #C9989C is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 156 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.21 |
| HSL | 355.1º | 0.31% | 0.69% | - |
| HSV(B) | 355.1º | 0.24% | 0.79% | - |
| XYZ | 41.32 | 37.27 | 36.47 | - |
| YUV | 167.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 156 | 0 | 0.24 | 0.22 | 0.21 | 355.1 | 0.31 | 0.69 |
| Hex | C9 | 98 | 9C | 0 | 18 | 16 | 15 | 163 | 1F | 45 |
| Octal | 311 | 230 | 234 | 0 | 30 | 26 | 25 | 543 | 37 | 105 |
| Binary | 11001001 | 10011000 | 10011100 | 0 | 11000 | 10110 | 10101 | 101100011 | 11111 | 1000101 |
Color Harmonies of #C9989C
Complementary color
Monochromatic Colors of #C9989C
Black with #C9989C
Text Example
Text Example
White with #C9989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9989C; }
p { color: rgb(201,152,156); }
H1.HeaderClassName
{
color: #C9989C;
}
.AnyTagClassName
{
color: #C9989C;
}
</style>
background-color css
<style>
a { background-color: #C9989C; }
a { background-color: rgb(201,152,156); }
div.DivClassName
{
background-color: #C9989C;
}
.BgClassName
{
background-color: #C9989C;
}
</style>
border-color css
<style>
span { border-color: #C9989C; }
span { border-color: rgb(201,152,156); }
td.TdClassName
{
border-color: #C9989C;
}
.TagClassName
{
border-color: #C9989C;
}
</style>