Shades of Careys Pink #C4A0AC
Tints of Careys Pink #C4A0AC
RGB
CMYK
RGB Variations
Color information
#C4A0AC (or 0xC4A0AC) is known color: Careys Pink. HEX triplet: C4, A0 and AC. RGB value is (196,160,172). Sum of RGB (Red+Green+Blue) = 196+160+172=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A0AC is #3B5F53. Grayscale: #ACACAC. Windows color (decimal): -3891028 or 11313348. OLE color: 11313348.
HSL color Cylindrical-coordinate representation of color #C4A0AC: hue angle of 340º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A0AC is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 172 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.23 |
| HSL | 340º | 0.23% | 0.7% | - |
| HSV(B) | 340º | 0.18% | 0.77% | - |
| XYZ | 42.78 | 39.86 | 44.47 | - |
| YUV | 172.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 172 | 0 | 0.18 | 0.12 | 0.23 | 340 | 0.23 | 0.7 |
| Hex | C4 | A0 | AC | 0 | 12 | C | 17 | 154 | 17 | 46 |
| Octal | 304 | 240 | 254 | 0 | 22 | 14 | 27 | 524 | 27 | 106 |
| Binary | 11000100 | 10100000 | 10101100 | 0 | 10010 | 1100 | 10111 | 101010100 | 10111 | 1000110 |
Color Harmonies of #C4A0AC
Complementary color
Monochromatic Colors of #C4A0AC
Black with #C4A0AC
Text Example
Text Example
White with #C4A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0AC; }
p { color: rgb(196,160,172); }
H1.HeaderClassName
{
color: #C4A0AC;
}
.AnyTagClassName
{
color: #C4A0AC;
}
</style>
background-color css
<style>
a { background-color: #C4A0AC; }
a { background-color: rgb(196,160,172); }
div.DivClassName
{
background-color: #C4A0AC;
}
.BgClassName
{
background-color: #C4A0AC;
}
</style>
border-color css
<style>
span { border-color: #C4A0AC; }
span { border-color: rgb(196,160,172); }
td.TdClassName
{
border-color: #C4A0AC;
}
.TagClassName
{
border-color: #C4A0AC;
}
</style>