Shades of Careys Pink #C8A8AF
Tints of Careys Pink #C8A8AF
RGB
CMYK
RGB Variations
Color information
#C8A8AF (or 0xC8A8AF) is known color: Careys Pink. HEX triplet: C8, A8 and AF. RGB value is (200,168,175). Sum of RGB (Red+Green+Blue) = 200+168+175=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A8AF is #375750. Grayscale: #B2B2B2. Windows color (decimal): -3626833 or 11512008. OLE color: 11512008.
HSL color Cylindrical-coordinate representation of color #C8A8AF: hue angle of 346.88º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8A8AF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 175 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.22 |
| HSL | 346.88º | 0.23% | 0.72% | - |
| HSV(B) | 346.88º | 0.16% | 0.78% | - |
| XYZ | 45.56 | 43.38 | 46.53 | - |
| YUV | 178.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 175 | 0 | 0.16 | 0.12 | 0.22 | 346.88 | 0.23 | 0.72 |
| Hex | C8 | A8 | AF | 0 | 10 | C | 16 | 15B | 17 | 48 |
| Octal | 310 | 250 | 257 | 0 | 20 | 14 | 26 | 533 | 27 | 110 |
| Binary | 11001000 | 10101000 | 10101111 | 0 | 10000 | 1100 | 10110 | 101011011 | 10111 | 1001000 |
Color Harmonies of #C8A8AF
Complementary color
Monochromatic Colors of #C8A8AF
Black with #C8A8AF
Text Example
Text Example
White with #C8A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8AF; }
p { color: rgb(200,168,175); }
H1.HeaderClassName
{
color: #C8A8AF;
}
.AnyTagClassName
{
color: #C8A8AF;
}
</style>
background-color css
<style>
a { background-color: #C8A8AF; }
a { background-color: rgb(200,168,175); }
div.DivClassName
{
background-color: #C8A8AF;
}
.BgClassName
{
background-color: #C8A8AF;
}
</style>
border-color css
<style>
span { border-color: #C8A8AF; }
span { border-color: rgb(200,168,175); }
td.TdClassName
{
border-color: #C8A8AF;
}
.TagClassName
{
border-color: #C8A8AF;
}
</style>