Shades of Careys Pink #C89BA1
Tints of Careys Pink #C89BA1
RGB
CMYK
RGB Variations
Color information
#C89BA1 (or 0xC89BA1) is known color: Careys Pink. HEX triplet: C8, 9B and A1. RGB value is (200,155,161). Sum of RGB (Red+Green+Blue) = 200+155+161=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89BA1 is #37645E. Grayscale: #A9A9A9. Windows color (decimal): -3630175 or 10591176. OLE color: 10591176.
HSL color Cylindrical-coordinate representation of color #C89BA1: hue angle of 352º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89BA1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 161 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.22 |
| HSL | 352º | 0.29% | 0.7% | - |
| HSV(B) | 352º | 0.23% | 0.78% | - |
| XYZ | 41.97 | 38.3 | 38.9 | - |
| YUV | 169.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 161 | 0 | 0.22 | 0.19 | 0.22 | 352 | 0.29 | 0.7 |
| Hex | C8 | 9B | A1 | 0 | 16 | 13 | 16 | 160 | 1D | 46 |
| Octal | 310 | 233 | 241 | 0 | 26 | 23 | 26 | 540 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10100001 | 0 | 10110 | 10011 | 10110 | 101100000 | 11101 | 1000110 |
Color Harmonies of #C89BA1
Complementary color
Monochromatic Colors of #C89BA1
Black with #C89BA1
Text Example
Text Example
White with #C89BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BA1; }
p { color: rgb(200,155,161); }
H1.HeaderClassName
{
color: #C89BA1;
}
.AnyTagClassName
{
color: #C89BA1;
}
</style>
background-color css
<style>
a { background-color: #C89BA1; }
a { background-color: rgb(200,155,161); }
div.DivClassName
{
background-color: #C89BA1;
}
.BgClassName
{
background-color: #C89BA1;
}
</style>
border-color css
<style>
span { border-color: #C89BA1; }
span { border-color: rgb(200,155,161); }
td.TdClassName
{
border-color: #C89BA1;
}
.TagClassName
{
border-color: #C89BA1;
}
</style>