Shades of Eunry #CCA299
Tints of Eunry #CCA299
RGB
CMYK
RGB Variations
Color information
#CCA299 (or 0xCCA299) is known color: Eunry. HEX triplet: CC, A2 and 99. RGB value is (204,162,153). Sum of RGB (Red+Green+Blue) = 204+162+153=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA299 is #335D66. Grayscale: #ADADAD. Windows color (decimal): -3366247 or 10068684. OLE color: 10068684.
HSL color Cylindrical-coordinate representation of color #CCA299: hue angle of 10.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA299 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 153 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.2 |
| HSL | 10.59º | 0.33% | 0.7% | - |
| HSV(B) | 10.59º | 0.25% | 0.8% | - |
| XYZ | 43.57 | 40.98 | 35.75 | - |
| YUV | 173.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 153 | 0 | 0.21 | 0.25 | 0.2 | 10.59 | 0.33 | 0.7 |
| Hex | CC | A2 | 99 | 0 | 15 | 19 | 14 | B | 21 | 46 |
| Octal | 314 | 242 | 231 | 0 | 25 | 31 | 24 | 13 | 41 | 106 |
| Binary | 11001100 | 10100010 | 10011001 | 0 | 10101 | 11001 | 10100 | 1011 | 100001 | 1000110 |
Color Harmonies of #CCA299
Complementary color
Monochromatic Colors of #CCA299
Black with #CCA299
Text Example
Text Example
White with #CCA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA299; }
p { color: rgb(204,162,153); }
H1.HeaderClassName
{
color: #CCA299;
}
.AnyTagClassName
{
color: #CCA299;
}
</style>
background-color css
<style>
a { background-color: #CCA299; }
a { background-color: rgb(204,162,153); }
div.DivClassName
{
background-color: #CCA299;
}
.BgClassName
{
background-color: #CCA299;
}
</style>
border-color css
<style>
span { border-color: #CCA299; }
span { border-color: rgb(204,162,153); }
td.TdClassName
{
border-color: #CCA299;
}
.TagClassName
{
border-color: #CCA299;
}
</style>