Shades of Careys Pink #C89AA0
Tints of Careys Pink #C89AA0
RGB
CMYK
RGB Variations
Color information
#C89AA0 (or 0xC89AA0) is known color: Careys Pink. HEX triplet: C8, 9A and A0. RGB value is (200,154,160). Sum of RGB (Red+Green+Blue) = 200+154+160=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C89AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89AA0 is #37655F. Grayscale: #A8A8A8. Windows color (decimal): -3630432 or 10525384. OLE color: 10525384.
HSL color Cylindrical-coordinate representation of color #C89AA0: hue angle of 352.17º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89AA0 is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 160 | - |
| CMYK | 0 | 0.23 | 0.2 | 0.22 |
| HSL | 352.17º | 0.29% | 0.69% | - |
| HSV(B) | 352.17º | 0.23% | 0.78% | - |
| XYZ | 41.72 | 37.93 | 38.38 | - |
| YUV | 168.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 160 | 0 | 0.23 | 0.2 | 0.22 | 352.17 | 0.29 | 0.69 |
| Hex | C8 | 9A | A0 | 0 | 17 | 14 | 16 | 160 | 1D | 45 |
| Octal | 310 | 232 | 240 | 0 | 27 | 24 | 26 | 540 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10100000 | 0 | 10111 | 10100 | 10110 | 101100000 | 11101 | 1000101 |
Color Harmonies of #C89AA0
Complementary color
Monochromatic Colors of #C89AA0
Black with #C89AA0
Text Example
Text Example
White with #C89AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AA0; }
p { color: rgb(200,154,160); }
H1.HeaderClassName
{
color: #C89AA0;
}
.AnyTagClassName
{
color: #C89AA0;
}
</style>
background-color css
<style>
a { background-color: #C89AA0; }
a { background-color: rgb(200,154,160); }
div.DivClassName
{
background-color: #C89AA0;
}
.BgClassName
{
background-color: #C89AA0;
}
</style>
border-color css
<style>
span { border-color: #C89AA0; }
span { border-color: rgb(200,154,160); }
td.TdClassName
{
border-color: #C89AA0;
}
.TagClassName
{
border-color: #C89AA0;
}
</style>