Shades of Careys Pink #C8A7AB
Tints of Careys Pink #C8A7AB
RGB
CMYK
RGB Variations
Color information
#C8A7AB (or 0xC8A7AB) is known color: Careys Pink. HEX triplet: C8, A7 and AB. RGB value is (200,167,171). Sum of RGB (Red+Green+Blue) = 200+167+171=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A7AB is #375854. Grayscale: #B1B1B1. Windows color (decimal): -3627093 or 11249608. OLE color: 11249608.
HSL color Cylindrical-coordinate representation of color #C8A7AB: hue angle of 352.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A7AB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 171 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.22 |
| HSL | 352.73º | 0.23% | 0.72% | - |
| HSV(B) | 352.73º | 0.17% | 0.78% | - |
| XYZ | 44.99 | 42.86 | 44.43 | - |
| YUV | 177.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 171 | 0 | 0.16 | 0.14 | 0.22 | 352.73 | 0.23 | 0.72 |
| Hex | C8 | A7 | AB | 0 | 10 | E | 16 | 161 | 17 | 48 |
| Octal | 310 | 247 | 253 | 0 | 20 | 16 | 26 | 541 | 27 | 110 |
| Binary | 11001000 | 10100111 | 10101011 | 0 | 10000 | 1110 | 10110 | 101100001 | 10111 | 1001000 |
Color Harmonies of #C8A7AB
Complementary color
Monochromatic Colors of #C8A7AB
Black with #C8A7AB
Text Example
Text Example
White with #C8A7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7AB; }
p { color: rgb(200,167,171); }
H1.HeaderClassName
{
color: #C8A7AB;
}
.AnyTagClassName
{
color: #C8A7AB;
}
</style>
background-color css
<style>
a { background-color: #C8A7AB; }
a { background-color: rgb(200,167,171); }
div.DivClassName
{
background-color: #C8A7AB;
}
.BgClassName
{
background-color: #C8A7AB;
}
</style>
border-color css
<style>
span { border-color: #C8A7AB; }
span { border-color: rgb(200,167,171); }
td.TdClassName
{
border-color: #C8A7AB;
}
.TagClassName
{
border-color: #C8A7AB;
}
</style>