Shades of Eunry #CCA39D
Tints of Eunry #CCA39D
RGB
CMYK
RGB Variations
Color information
#CCA39D (or 0xCCA39D) is known color: Eunry. HEX triplet: CC, A3 and 9D. RGB value is (204,163,157). Sum of RGB (Red+Green+Blue) = 204+163+157=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA39D is #335C62. Grayscale: #AEAEAE. Windows color (decimal): -3365987 or 10331084. OLE color: 10331084.
HSL color Cylindrical-coordinate representation of color #CCA39D: hue angle of 7.66º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA39D is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 157 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.2 |
| HSL | 7.66º | 0.32% | 0.71% | - |
| HSV(B) | 7.66º | 0.23% | 0.8% | - |
| XYZ | 44.08 | 41.47 | 37.58 | - |
| YUV | 174.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 157 | 0 | 0.20 | 0.23 | 0.2 | 7.66 | 0.32 | 0.71 |
| Hex | CC | A3 | 9D | 0 | 14 | 17 | 14 | 8 | 20 | 47 |
| Octal | 314 | 243 | 235 | 0 | 24 | 27 | 24 | 10 | 40 | 107 |
| Binary | 11001100 | 10100011 | 10011101 | 0 | 10100 | 10111 | 10100 | 1000 | 100000 | 1000111 |
Color Harmonies of #CCA39D
Complementary color
Monochromatic Colors of #CCA39D
Black with #CCA39D
Text Example
Text Example
White with #CCA39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA39D; }
p { color: rgb(204,163,157); }
H1.HeaderClassName
{
color: #CCA39D;
}
.AnyTagClassName
{
color: #CCA39D;
}
</style>
background-color css
<style>
a { background-color: #CCA39D; }
a { background-color: rgb(204,163,157); }
div.DivClassName
{
background-color: #CCA39D;
}
.BgClassName
{
background-color: #CCA39D;
}
</style>
border-color css
<style>
span { border-color: #CCA39D; }
span { border-color: rgb(204,163,157); }
td.TdClassName
{
border-color: #CCA39D;
}
.TagClassName
{
border-color: #CCA39D;
}
</style>