Shades of Eunry #CCA19A
Tints of Eunry #CCA19A
RGB
CMYK
RGB Variations
Color information
#CCA19A (or 0xCCA19A) is known color: Eunry. HEX triplet: CC, A1 and 9A. RGB value is (204,161,154). Sum of RGB (Red+Green+Blue) = 204+161+154=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA19A is #335E65. Grayscale: #ADADAD. Windows color (decimal): -3366502 or 10133964. OLE color: 10133964.
HSL color Cylindrical-coordinate representation of color #CCA19A: hue angle of 8.4º 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 #CCA19A is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 154 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.2 |
| HSL | 8.4º | 0.33% | 0.7% | - |
| HSV(B) | 8.4º | 0.25% | 0.8% | - |
| XYZ | 43.48 | 40.66 | 36.13 | - |
| YUV | 173.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 154 | 0 | 0.21 | 0.25 | 0.2 | 8.4 | 0.33 | 0.7 |
| Hex | CC | A1 | 9A | 0 | 15 | 19 | 14 | 8 | 21 | 46 |
| Octal | 314 | 241 | 232 | 0 | 25 | 31 | 24 | 10 | 41 | 106 |
| Binary | 11001100 | 10100001 | 10011010 | 0 | 10101 | 11001 | 10100 | 1000 | 100001 | 1000110 |
Color Harmonies of #CCA19A
Complementary color
Monochromatic Colors of #CCA19A
Black with #CCA19A
Text Example
Text Example
White with #CCA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA19A; }
p { color: rgb(204,161,154); }
H1.HeaderClassName
{
color: #CCA19A;
}
.AnyTagClassName
{
color: #CCA19A;
}
</style>
background-color css
<style>
a { background-color: #CCA19A; }
a { background-color: rgb(204,161,154); }
div.DivClassName
{
background-color: #CCA19A;
}
.BgClassName
{
background-color: #CCA19A;
}
</style>
border-color css
<style>
span { border-color: #CCA19A; }
span { border-color: rgb(204,161,154); }
td.TdClassName
{
border-color: #CCA19A;
}
.TagClassName
{
border-color: #CCA19A;
}
</style>