Shades of Careys Pink #C4A8AF
Tints of Careys Pink #C4A8AF
RGB
CMYK
RGB Variations
Color information
#C4A8AF (or 0xC4A8AF) is known color: Careys Pink. HEX triplet: C4, A8 and AF. RGB value is (196,168,175). Sum of RGB (Red+Green+Blue) = 196+168+175=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A8AF is #3B5750. Grayscale: #B1B1B1. Windows color (decimal): -3888977 or 11512004. OLE color: 11512004.
HSL color Cylindrical-coordinate representation of color #C4A8AF: hue angle of 345º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8AF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 175 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.23 |
| HSL | 345º | 0.19% | 0.71% | - |
| HSV(B) | 345º | 0.14% | 0.77% | - |
| XYZ | 44.51 | 42.84 | 46.48 | - |
| YUV | 177.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 175 | 0 | 0.14 | 0.11 | 0.23 | 345 | 0.19 | 0.71 |
| Hex | C4 | A8 | AF | 0 | E | B | 17 | 159 | 13 | 47 |
| Octal | 304 | 250 | 257 | 0 | 16 | 13 | 27 | 531 | 23 | 107 |
| Binary | 11000100 | 10101000 | 10101111 | 0 | 1110 | 1011 | 10111 | 101011001 | 10011 | 1000111 |
Color Harmonies of #C4A8AF
Complementary color
Monochromatic Colors of #C4A8AF
Black with #C4A8AF
Text Example
Text Example
White with #C4A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8AF; }
p { color: rgb(196,168,175); }
H1.HeaderClassName
{
color: #C4A8AF;
}
.AnyTagClassName
{
color: #C4A8AF;
}
</style>
background-color css
<style>
a { background-color: #C4A8AF; }
a { background-color: rgb(196,168,175); }
div.DivClassName
{
background-color: #C4A8AF;
}
.BgClassName
{
background-color: #C4A8AF;
}
</style>
border-color css
<style>
span { border-color: #C4A8AF; }
span { border-color: rgb(196,168,175); }
td.TdClassName
{
border-color: #C4A8AF;
}
.TagClassName
{
border-color: #C4A8AF;
}
</style>