Shades of Eunry #CDA597
Tints of Eunry #CDA597
RGB
CMYK
RGB Variations
Color information
#CDA597 (or 0xCDA597) is known color: Eunry. HEX triplet: CD, A5 and 97. RGB value is (205,165,151). Sum of RGB (Red+Green+Blue) = 205+165+151=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA597 is #325A68. Grayscale: #AFAFAF. Windows color (decimal): -3299945 or 9938381. OLE color: 9938381.
HSL color Cylindrical-coordinate representation of color #CDA597: hue angle of 15.56º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA597 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 151 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.20 |
| HSL | 15.56º | 0.35% | 0.7% | - |
| HSV(B) | 15.56º | 0.26% | 0.8% | - |
| XYZ | 44.22 | 42.12 | 35.08 | - |
| YUV | 175.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 151 | 0 | 0.20 | 0.26 | 0.20 | 15.56 | 0.35 | 0.7 |
| Hex | CD | A5 | 97 | 0 | 14 | 1A | 14 | 10 | 23 | 46 |
| Octal | 315 | 245 | 227 | 0 | 24 | 32 | 24 | 20 | 43 | 106 |
| Binary | 11001101 | 10100101 | 10010111 | 0 | 10100 | 11010 | 10100 | 10000 | 100011 | 1000110 |
Color Harmonies of #CDA597
Complementary color
Monochromatic Colors of #CDA597
Black with #CDA597
Text Example
Text Example
White with #CDA597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA597; }
p { color: rgb(205,165,151); }
H1.HeaderClassName
{
color: #CDA597;
}
.AnyTagClassName
{
color: #CDA597;
}
</style>
background-color css
<style>
a { background-color: #CDA597; }
a { background-color: rgb(205,165,151); }
div.DivClassName
{
background-color: #CDA597;
}
.BgClassName
{
background-color: #CDA597;
}
</style>
border-color css
<style>
span { border-color: #CDA597; }
span { border-color: rgb(205,165,151); }
td.TdClassName
{
border-color: #CDA597;
}
.TagClassName
{
border-color: #CDA597;
}
</style>