Shades of Careys Pink #C89DAB
Tints of Careys Pink #C89DAB
RGB
CMYK
RGB Variations
Color information
#C89DAB (or 0xC89DAB) is known color: Careys Pink. HEX triplet: C8, 9D and AB. RGB value is (200,157,171). Sum of RGB (Red+Green+Blue) = 200+157+171=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C89DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89DAB is #376254. Grayscale: #ABABAB. Windows color (decimal): -3629653 or 11247048. OLE color: 11247048.
HSL color Cylindrical-coordinate representation of color #C89DAB: hue angle of 340.47º 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 #C89DAB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 171 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.22 |
| HSL | 340.47º | 0.28% | 0.7% | - |
| HSV(B) | 340.47º | 0.22% | 0.78% | - |
| XYZ | 43.23 | 39.33 | 43.84 | - |
| YUV | 171.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 171 | 0 | 0.22 | 0.14 | 0.22 | 340.47 | 0.28 | 0.7 |
| Hex | C8 | 9D | AB | 0 | 16 | E | 16 | 154 | 1C | 46 |
| Octal | 310 | 235 | 253 | 0 | 26 | 16 | 26 | 524 | 34 | 106 |
| Binary | 11001000 | 10011101 | 10101011 | 0 | 10110 | 1110 | 10110 | 101010100 | 11100 | 1000110 |
Color Harmonies of #C89DAB
Complementary color
Monochromatic Colors of #C89DAB
Black with #C89DAB
Text Example
Text Example
White with #C89DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DAB; }
p { color: rgb(200,157,171); }
H1.HeaderClassName
{
color: #C89DAB;
}
.AnyTagClassName
{
color: #C89DAB;
}
</style>
background-color css
<style>
a { background-color: #C89DAB; }
a { background-color: rgb(200,157,171); }
div.DivClassName
{
background-color: #C89DAB;
}
.BgClassName
{
background-color: #C89DAB;
}
</style>
border-color css
<style>
span { border-color: #C89DAB; }
span { border-color: rgb(200,157,171); }
td.TdClassName
{
border-color: #C89DAB;
}
.TagClassName
{
border-color: #C89DAB;
}
</style>