Shades of Careys Pink #C89DA2
Tints of Careys Pink #C89DA2
RGB
CMYK
RGB Variations
Color information
#C89DA2 (or 0xC89DA2) is known color: Careys Pink. HEX triplet: C8, 9D and A2. RGB value is (200,157,162). Sum of RGB (Red+Green+Blue) = 200+157+162=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C89DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89DA2 is #37625D. Grayscale: #AAAAAA. Windows color (decimal): -3629662 or 10657224. OLE color: 10657224.
HSL color Cylindrical-coordinate representation of color #C89DA2: hue angle of 353.02º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C89DA2 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 162 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.22 |
| HSL | 353.02º | 0.28% | 0.7% | - |
| HSV(B) | 353.02º | 0.22% | 0.78% | - |
| XYZ | 42.4 | 39 | 39.48 | - |
| YUV | 170.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 162 | 0 | 0.22 | 0.19 | 0.22 | 353.02 | 0.28 | 0.7 |
| Hex | C8 | 9D | A2 | 0 | 16 | 13 | 16 | 161 | 1C | 46 |
| Octal | 310 | 235 | 242 | 0 | 26 | 23 | 26 | 541 | 34 | 106 |
| Binary | 11001000 | 10011101 | 10100010 | 0 | 10110 | 10011 | 10110 | 101100001 | 11100 | 1000110 |
Color Harmonies of #C89DA2
Complementary color
Monochromatic Colors of #C89DA2
Black with #C89DA2
Text Example
Text Example
White with #C89DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DA2; }
p { color: rgb(200,157,162); }
H1.HeaderClassName
{
color: #C89DA2;
}
.AnyTagClassName
{
color: #C89DA2;
}
</style>
background-color css
<style>
a { background-color: #C89DA2; }
a { background-color: rgb(200,157,162); }
div.DivClassName
{
background-color: #C89DA2;
}
.BgClassName
{
background-color: #C89DA2;
}
</style>
border-color css
<style>
span { border-color: #C89DA2; }
span { border-color: rgb(200,157,162); }
td.TdClassName
{
border-color: #C89DA2;
}
.TagClassName
{
border-color: #C89DA2;
}
</style>