Shades of Careys Pink #C4AAAC
Tints of Careys Pink #C4AAAC
RGB
CMYK
RGB Variations
Color information
#C4AAAC (or 0xC4AAAC) is known color: Careys Pink. HEX triplet: C4, AA and AC. RGB value is (196,170,172). Sum of RGB (Red+Green+Blue) = 196+170+172=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAAC is #3B5553. Grayscale: #B2B2B2. Windows color (decimal): -3888468 or 11315908. OLE color: 11315908.
HSL color Cylindrical-coordinate representation of color #C4AAAC: hue angle of 355.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AAAC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 172 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.23 |
| HSL | 355.38º | 0.18% | 0.72% | - |
| HSV(B) | 355.38º | 0.13% | 0.77% | - |
| XYZ | 44.59 | 43.46 | 45.07 | - |
| YUV | 178 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 172 | 0 | 0.13 | 0.12 | 0.23 | 355.38 | 0.18 | 0.72 |
| Hex | C4 | AA | AC | 0 | D | C | 17 | 163 | 12 | 48 |
| Octal | 304 | 252 | 254 | 0 | 15 | 14 | 27 | 543 | 22 | 110 |
| Binary | 11000100 | 10101010 | 10101100 | 0 | 1101 | 1100 | 10111 | 101100011 | 10010 | 1001000 |
Color Harmonies of #C4AAAC
Complementary color
Monochromatic Colors of #C4AAAC
Black with #C4AAAC
Text Example
Text Example
White with #C4AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAAC; }
p { color: rgb(196,170,172); }
H1.HeaderClassName
{
color: #C4AAAC;
}
.AnyTagClassName
{
color: #C4AAAC;
}
</style>
background-color css
<style>
a { background-color: #C4AAAC; }
a { background-color: rgb(196,170,172); }
div.DivClassName
{
background-color: #C4AAAC;
}
.BgClassName
{
background-color: #C4AAAC;
}
</style>
border-color css
<style>
span { border-color: #C4AAAC; }
span { border-color: rgb(196,170,172); }
td.TdClassName
{
border-color: #C4AAAC;
}
.TagClassName
{
border-color: #C4AAAC;
}
</style>