Shades of Careys Pink #C8A2AB
Tints of Careys Pink #C8A2AB
RGB
CMYK
RGB Variations
Color information
#C8A2AB (or 0xC8A2AB) is known color: Careys Pink. HEX triplet: C8, A2 and AB. RGB value is (200,162,171). Sum of RGB (Red+Green+Blue) = 200+162+171=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A2AB is #375D54. Grayscale: #AEAEAE. Windows color (decimal): -3628373 or 11248328. OLE color: 11248328.
HSL color Cylindrical-coordinate representation of color #C8A2AB: hue angle of 345.79º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A2AB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 171 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.22 |
| HSL | 345.79º | 0.26% | 0.71% | - |
| HSV(B) | 345.79º | 0.19% | 0.78% | - |
| XYZ | 44.09 | 41.06 | 44.13 | - |
| YUV | 174.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 171 | 0 | 0.19 | 0.14 | 0.22 | 345.79 | 0.26 | 0.71 |
| Hex | C8 | A2 | AB | 0 | 13 | E | 16 | 15A | 1A | 47 |
| Octal | 310 | 242 | 253 | 0 | 23 | 16 | 26 | 532 | 32 | 107 |
| Binary | 11001000 | 10100010 | 10101011 | 0 | 10011 | 1110 | 10110 | 101011010 | 11010 | 1000111 |
Color Harmonies of #C8A2AB
Complementary color
Monochromatic Colors of #C8A2AB
Black with #C8A2AB
Text Example
Text Example
White with #C8A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2AB; }
p { color: rgb(200,162,171); }
H1.HeaderClassName
{
color: #C8A2AB;
}
.AnyTagClassName
{
color: #C8A2AB;
}
</style>
background-color css
<style>
a { background-color: #C8A2AB; }
a { background-color: rgb(200,162,171); }
div.DivClassName
{
background-color: #C8A2AB;
}
.BgClassName
{
background-color: #C8A2AB;
}
</style>
border-color css
<style>
span { border-color: #C8A2AB; }
span { border-color: rgb(200,162,171); }
td.TdClassName
{
border-color: #C8A2AB;
}
.TagClassName
{
border-color: #C8A2AB;
}
</style>