Shades of Eunry #CCA39A
Tints of Eunry #CCA39A
RGB
CMYK
RGB Variations
Color information
#CCA39A (or 0xCCA39A) is known color: Eunry. HEX triplet: CC, A3 and 9A. RGB value is (204,163,154). Sum of RGB (Red+Green+Blue) = 204+163+154=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA39A is #335C65. Grayscale: #AEAEAE. Windows color (decimal): -3365990 or 10134476. OLE color: 10134476.
HSL color Cylindrical-coordinate representation of color #CCA39A: hue angle of 10.8º 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 #CCA39A is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 154 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.2 |
| HSL | 10.8º | 0.33% | 0.7% | - |
| HSV(B) | 10.8º | 0.25% | 0.8% | - |
| XYZ | 43.83 | 41.36 | 36.25 | - |
| YUV | 174.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 154 | 0 | 0.20 | 0.25 | 0.2 | 10.8 | 0.33 | 0.7 |
| Hex | CC | A3 | 9A | 0 | 14 | 19 | 14 | B | 21 | 46 |
| Octal | 314 | 243 | 232 | 0 | 24 | 31 | 24 | 13 | 41 | 106 |
| Binary | 11001100 | 10100011 | 10011010 | 0 | 10100 | 11001 | 10100 | 1011 | 100001 | 1000110 |
Color Harmonies of #CCA39A
Complementary color
Monochromatic Colors of #CCA39A
Black with #CCA39A
Text Example
Text Example
White with #CCA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA39A; }
p { color: rgb(204,163,154); }
H1.HeaderClassName
{
color: #CCA39A;
}
.AnyTagClassName
{
color: #CCA39A;
}
</style>
background-color css
<style>
a { background-color: #CCA39A; }
a { background-color: rgb(204,163,154); }
div.DivClassName
{
background-color: #CCA39A;
}
.BgClassName
{
background-color: #CCA39A;
}
</style>
border-color css
<style>
span { border-color: #CCA39A; }
span { border-color: rgb(204,163,154); }
td.TdClassName
{
border-color: #CCA39A;
}
.TagClassName
{
border-color: #CCA39A;
}
</style>