Shades of Careys Pink #C89DA0
Tints of Careys Pink #C89DA0
RGB
CMYK
RGB Variations
Color information
#C89DA0 (or 0xC89DA0) is known color: Careys Pink. HEX triplet: C8, 9D and A0. RGB value is (200,157,160). Sum of RGB (Red+Green+Blue) = 200+157+160=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C89DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89DA0 is #37625F. Grayscale: #AAAAAA. Windows color (decimal): -3629664 or 10526152. OLE color: 10526152.
HSL color Cylindrical-coordinate representation of color #C89DA0: hue angle of 355.81º 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 #C89DA0 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 160 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.22 |
| HSL | 355.81º | 0.28% | 0.7% | - |
| HSV(B) | 355.81º | 0.22% | 0.78% | - |
| XYZ | 42.22 | 38.93 | 38.55 | - |
| YUV | 170.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 160 | 0 | 0.22 | 0.2 | 0.22 | 355.81 | 0.28 | 0.7 |
| Hex | C8 | 9D | A0 | 0 | 16 | 14 | 16 | 164 | 1C | 46 |
| Octal | 310 | 235 | 240 | 0 | 26 | 24 | 26 | 544 | 34 | 106 |
| Binary | 11001000 | 10011101 | 10100000 | 0 | 10110 | 10100 | 10110 | 101100100 | 11100 | 1000110 |
Color Harmonies of #C89DA0
Complementary color
Monochromatic Colors of #C89DA0
Black with #C89DA0
Text Example
Text Example
White with #C89DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DA0; }
p { color: rgb(200,157,160); }
H1.HeaderClassName
{
color: #C89DA0;
}
.AnyTagClassName
{
color: #C89DA0;
}
</style>
background-color css
<style>
a { background-color: #C89DA0; }
a { background-color: rgb(200,157,160); }
div.DivClassName
{
background-color: #C89DA0;
}
.BgClassName
{
background-color: #C89DA0;
}
</style>
border-color css
<style>
span { border-color: #C89DA0; }
span { border-color: rgb(200,157,160); }
td.TdClassName
{
border-color: #C89DA0;
}
.TagClassName
{
border-color: #C89DA0;
}
</style>