Shades of Eunry #CCA297
Tints of Eunry #CCA297
RGB
CMYK
RGB Variations
Color information
#CCA297 (or 0xCCA297) is known color: Eunry. HEX triplet: CC, A2 and 97. RGB value is (204,162,151). Sum of RGB (Red+Green+Blue) = 204+162+151=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA297 is #335D68. Grayscale: #ADADAD. Windows color (decimal): -3366249 or 9937612. OLE color: 9937612.
HSL color Cylindrical-coordinate representation of color #CCA297: hue angle of 12.45º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA297 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 151 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.2 |
| HSL | 12.45º | 0.34% | 0.7% | - |
| HSV(B) | 12.45º | 0.26% | 0.8% | - |
| XYZ | 43.41 | 40.91 | 34.89 | - |
| YUV | 173.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 151 | 0 | 0.21 | 0.26 | 0.2 | 12.45 | 0.34 | 0.7 |
| Hex | CC | A2 | 97 | 0 | 15 | 1A | 14 | C | 22 | 46 |
| Octal | 314 | 242 | 227 | 0 | 25 | 32 | 24 | 14 | 42 | 106 |
| Binary | 11001100 | 10100010 | 10010111 | 0 | 10101 | 11010 | 10100 | 1100 | 100010 | 1000110 |
Color Harmonies of #CCA297
Complementary color
Monochromatic Colors of #CCA297
Black with #CCA297
Text Example
Text Example
White with #CCA297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA297; }
p { color: rgb(204,162,151); }
H1.HeaderClassName
{
color: #CCA297;
}
.AnyTagClassName
{
color: #CCA297;
}
</style>
background-color css
<style>
a { background-color: #CCA297; }
a { background-color: rgb(204,162,151); }
div.DivClassName
{
background-color: #CCA297;
}
.BgClassName
{
background-color: #CCA297;
}
</style>
border-color css
<style>
span { border-color: #CCA297; }
span { border-color: rgb(204,162,151); }
td.TdClassName
{
border-color: #CCA297;
}
.TagClassName
{
border-color: #CCA297;
}
</style>