Shades of Careys Pink #C89A9E
Tints of Careys Pink #C89A9E
RGB
CMYK
RGB Variations
Color information
#C89A9E (or 0xC89A9E) is known color: Careys Pink. HEX triplet: C8, 9A and 9E. RGB value is (200,154,158). Sum of RGB (Red+Green+Blue) = 200+154+158=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A9E is #376561. Grayscale: #A8A8A8. Windows color (decimal): -3630434 or 10394312. OLE color: 10394312.
HSL color Cylindrical-coordinate representation of color #C89A9E: hue angle of 354.78º 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 #C89A9E is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 158 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.22 |
| HSL | 354.78º | 0.29% | 0.69% | - |
| HSV(B) | 354.78º | 0.23% | 0.78% | - |
| XYZ | 41.55 | 37.86 | 37.47 | - |
| YUV | 168.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 158 | 0 | 0.23 | 0.21 | 0.22 | 354.78 | 0.29 | 0.69 |
| Hex | C8 | 9A | 9E | 0 | 17 | 15 | 16 | 163 | 1D | 45 |
| Octal | 310 | 232 | 236 | 0 | 27 | 25 | 26 | 543 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10011110 | 0 | 10111 | 10101 | 10110 | 101100011 | 11101 | 1000101 |
Color Harmonies of #C89A9E
Complementary color
Monochromatic Colors of #C89A9E
Black with #C89A9E
Text Example
Text Example
White with #C89A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A9E; }
p { color: rgb(200,154,158); }
H1.HeaderClassName
{
color: #C89A9E;
}
.AnyTagClassName
{
color: #C89A9E;
}
</style>
background-color css
<style>
a { background-color: #C89A9E; }
a { background-color: rgb(200,154,158); }
div.DivClassName
{
background-color: #C89A9E;
}
.BgClassName
{
background-color: #C89A9E;
}
</style>
border-color css
<style>
span { border-color: #C89A9E; }
span { border-color: rgb(200,154,158); }
td.TdClassName
{
border-color: #C89A9E;
}
.TagClassName
{
border-color: #C89A9E;
}
</style>