Shades of Eunry #CCAAA2
Tints of Eunry #CCAAA2
RGB
CMYK
RGB Variations
Color information
#CCAAA2 (or 0xCCAAA2) is known color: Eunry. HEX triplet: CC, AA and A2. RGB value is (204,170,162). Sum of RGB (Red+Green+Blue) = 204+170+162=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAA2 is #33555D. Grayscale: #B3B3B3. Windows color (decimal): -3364190 or 10660556. OLE color: 10660556.
HSL color Cylindrical-coordinate representation of color #CCAAA2: hue angle of 11.43º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCAAA2 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 162 | - |
CMYK | 0 | 0.17 | 0.21 | 0.2 |
HSL | 11.43º | 0.29% | 0.72% | - |
HSV(B) | 11.43º | 0.21% | 0.8% | - |
XYZ | 45.8 | 44.2 | 40.3 | - |
YUV | 179.25 | 118.26 | 145.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 162 | 0 | 0.17 | 0.21 | 0.2 | 11.43 | 0.29 | 0.72 |
Hex | CC | AA | A2 | 0 | 11 | 15 | 14 | B | 1D | 48 |
Octal | 314 | 252 | 242 | 0 | 21 | 25 | 24 | 13 | 35 | 110 |
Binary | 11001100 | 10101010 | 10100010 | 0 | 10001 | 10101 | 10100 | 1011 | 11101 | 1001000 |
Color Harmonies of #CCAAA2
Complementary color
Monochromatic Colors of #CCAAA2
Black with #CCAAA2
Text Example
Text Example
White with #CCAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAA2; }
p { color: rgb(204,170,162); }
H1.HeaderClassName
{
color: #CCAAA2;
}
.AnyTagClassName
{
color: #CCAAA2;
}
</style>
background-color css
<style>
a { background-color: #CCAAA2; }
a { background-color: rgb(204,170,162); }
div.DivClassName
{
background-color: #CCAAA2;
}
.BgClassName
{
background-color: #CCAAA2;
}
</style>
border-color css
<style>
span { border-color: #CCAAA2; }
span { border-color: rgb(204,170,162); }
td.TdClassName
{
border-color: #CCAAA2;
}
.TagClassName
{
border-color: #CCAAA2;
}
</style>