Shades of Careys Pink #C9989B
Tints of Careys Pink #C9989B
RGB
CMYK
RGB Variations
Color information
#C9989B (or 0xC9989B) is known color: Careys Pink. HEX triplet: C9, 98 and 9B. RGB value is (201,152,155). Sum of RGB (Red+Green+Blue) = 201+152+155=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9989B is #366764. Grayscale: #A7A7A7. Windows color (decimal): -3565413 or 10197193. OLE color: 10197193.
HSL color Cylindrical-coordinate representation of color #C9989B: hue angle of 356.33º 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 #C9989B is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 155 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.21 |
| HSL | 356.33º | 0.31% | 0.69% | - |
| HSV(B) | 356.33º | 0.24% | 0.79% | - |
| XYZ | 41.23 | 37.24 | 36.03 | - |
| YUV | 166.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 155 | 0 | 0.24 | 0.23 | 0.21 | 356.33 | 0.31 | 0.69 |
| Hex | C9 | 98 | 9B | 0 | 18 | 17 | 15 | 164 | 1F | 45 |
| Octal | 311 | 230 | 233 | 0 | 30 | 27 | 25 | 544 | 37 | 105 |
| Binary | 11001001 | 10011000 | 10011011 | 0 | 11000 | 10111 | 10101 | 101100100 | 11111 | 1000101 |
Color Harmonies of #C9989B
Complementary color
Monochromatic Colors of #C9989B
Black with #C9989B
Text Example
Text Example
White with #C9989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9989B; }
p { color: rgb(201,152,155); }
H1.HeaderClassName
{
color: #C9989B;
}
.AnyTagClassName
{
color: #C9989B;
}
</style>
background-color css
<style>
a { background-color: #C9989B; }
a { background-color: rgb(201,152,155); }
div.DivClassName
{
background-color: #C9989B;
}
.BgClassName
{
background-color: #C9989B;
}
</style>
border-color css
<style>
span { border-color: #C9989B; }
span { border-color: rgb(201,152,155); }
td.TdClassName
{
border-color: #C9989B;
}
.TagClassName
{
border-color: #C9989B;
}
</style>