Shades of Careys Pink #C89AA5
Tints of Careys Pink #C89AA5
RGB
CMYK
RGB Variations
Color information
#C89AA5 (or 0xC89AA5) is known color: Careys Pink. HEX triplet: C8, 9A and A5. RGB value is (200,154,165). Sum of RGB (Red+Green+Blue) = 200+154+165=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C89AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89AA5 is #37655A. Grayscale: #A9A9A9. Windows color (decimal): -3630427 or 10853064. OLE color: 10853064.
HSL color Cylindrical-coordinate representation of color #C89AA5: hue angle of 345.65º 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 #C89AA5 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 165 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.22 |
| HSL | 345.65º | 0.29% | 0.69% | - |
| HSV(B) | 345.65º | 0.23% | 0.78% | - |
| XYZ | 42.17 | 38.11 | 40.73 | - |
| YUV | 169.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 165 | 0 | 0.23 | 0.18 | 0.22 | 345.65 | 0.29 | 0.69 |
| Hex | C8 | 9A | A5 | 0 | 17 | 12 | 16 | 15A | 1D | 45 |
| Octal | 310 | 232 | 245 | 0 | 27 | 22 | 26 | 532 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10100101 | 0 | 10111 | 10010 | 10110 | 101011010 | 11101 | 1000101 |
Color Harmonies of #C89AA5
Complementary color
Monochromatic Colors of #C89AA5
Black with #C89AA5
Text Example
Text Example
White with #C89AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AA5; }
p { color: rgb(200,154,165); }
H1.HeaderClassName
{
color: #C89AA5;
}
.AnyTagClassName
{
color: #C89AA5;
}
</style>
background-color css
<style>
a { background-color: #C89AA5; }
a { background-color: rgb(200,154,165); }
div.DivClassName
{
background-color: #C89AA5;
}
.BgClassName
{
background-color: #C89AA5;
}
</style>
border-color css
<style>
span { border-color: #C89AA5; }
span { border-color: rgb(200,154,165); }
td.TdClassName
{
border-color: #C89AA5;
}
.TagClassName
{
border-color: #C89AA5;
}
</style>