Shades of Eunry #CCA398
Tints of Eunry #CCA398
RGB
CMYK
RGB Variations
Color information
#CCA398 (or 0xCCA398) is known color: Eunry. HEX triplet: CC, A3 and 98. RGB value is (204,163,152). Sum of RGB (Red+Green+Blue) = 204+163+152=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA398 is #335C67. Grayscale: #AEAEAE. Windows color (decimal): -3365992 or 10003404. OLE color: 10003404.
HSL color Cylindrical-coordinate representation of color #CCA398: hue angle of 12.69º degrees, saturation: 0.34, 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 #CCA398 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 152 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.2 |
| HSL | 12.69º | 0.34% | 0.7% | - |
| HSV(B) | 12.69º | 0.25% | 0.8% | - |
| XYZ | 43.67 | 41.3 | 35.38 | - |
| YUV | 174.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 152 | 0 | 0.20 | 0.25 | 0.2 | 12.69 | 0.34 | 0.7 |
| Hex | CC | A3 | 98 | 0 | 14 | 19 | 14 | D | 22 | 46 |
| Octal | 314 | 243 | 230 | 0 | 24 | 31 | 24 | 15 | 42 | 106 |
| Binary | 11001100 | 10100011 | 10011000 | 0 | 10100 | 11001 | 10100 | 1101 | 100010 | 1000110 |
Color Harmonies of #CCA398
Complementary color
Monochromatic Colors of #CCA398
Black with #CCA398
Text Example
Text Example
White with #CCA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA398; }
p { color: rgb(204,163,152); }
H1.HeaderClassName
{
color: #CCA398;
}
.AnyTagClassName
{
color: #CCA398;
}
</style>
background-color css
<style>
a { background-color: #CCA398; }
a { background-color: rgb(204,163,152); }
div.DivClassName
{
background-color: #CCA398;
}
.BgClassName
{
background-color: #CCA398;
}
</style>
border-color css
<style>
span { border-color: #CCA398; }
span { border-color: rgb(204,163,152); }
td.TdClassName
{
border-color: #CCA398;
}
.TagClassName
{
border-color: #CCA398;
}
</style>