Shades of Careys Pink #C7AAAC
Tints of Careys Pink #C7AAAC
RGB
CMYK
RGB Variations
Color information
#C7AAAC (or 0xC7AAAC) is known color: Careys Pink. HEX triplet: C7, AA and AC. RGB value is (199,170,172). Sum of RGB (Red+Green+Blue) = 199+170+172=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AAAC is #385553. Grayscale: #B2B2B2. Windows color (decimal): -3691860 or 11315911. OLE color: 11315911.
HSL color Cylindrical-coordinate representation of color #C7AAAC: hue angle of 355.86º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AAAC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 170 | 172 | - |
CMYK | 0 | 0.15 | 0.14 | 0.22 |
HSL | 355.86º | 0.21% | 0.72% | - |
HSV(B) | 355.86º | 0.15% | 0.78% | - |
XYZ | 45.37 | 43.87 | 45.11 | - |
YUV | 178.9 | 124.11 | 142.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 170 | 172 | 0 | 0.15 | 0.14 | 0.22 | 355.86 | 0.21 | 0.72 |
Hex | C7 | AA | AC | 0 | F | E | 16 | 164 | 15 | 48 |
Octal | 307 | 252 | 254 | 0 | 17 | 16 | 26 | 544 | 25 | 110 |
Binary | 11000111 | 10101010 | 10101100 | 0 | 1111 | 1110 | 10110 | 101100100 | 10101 | 1001000 |
Color Harmonies of #C7AAAC
Complementary color
Monochromatic Colors of #C7AAAC
Black with #C7AAAC
Text Example
Text Example
White with #C7AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAAC; }
p { color: rgb(199,170,172); }
H1.HeaderClassName
{
color: #C7AAAC;
}
.AnyTagClassName
{
color: #C7AAAC;
}
</style>
background-color css
<style>
a { background-color: #C7AAAC; }
a { background-color: rgb(199,170,172); }
div.DivClassName
{
background-color: #C7AAAC;
}
.BgClassName
{
background-color: #C7AAAC;
}
</style>
border-color css
<style>
span { border-color: #C7AAAC; }
span { border-color: rgb(199,170,172); }
td.TdClassName
{
border-color: #C7AAAC;
}
.TagClassName
{
border-color: #C7AAAC;
}
</style>