Shades of Eunry #CDA7A4
Tints of Eunry #CDA7A4
RGB
CMYK
RGB Variations
Color information
#CDA7A4 (or 0xCDA7A4) is known color: Eunry. HEX triplet: CD, A7 and A4. RGB value is (205,167,164). Sum of RGB (Red+Green+Blue) = 205+167+164=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7A4 is #32585B. Grayscale: #B2B2B2. Windows color (decimal): -3299420 or 10790861. OLE color: 10790861.
HSL color Cylindrical-coordinate representation of color #CDA7A4: hue angle of 4.39º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA7A4 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 164 | - |
| CMYK | 0 | 0.19 | 0.2 | 0.20 |
| HSL | 4.39º | 0.29% | 0.72% | - |
| HSV(B) | 4.39º | 0.2% | 0.8% | - |
| XYZ | 45.7 | 43.3 | 41.07 | - |
| YUV | 178.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 164 | 0 | 0.19 | 0.2 | 0.20 | 4.39 | 0.29 | 0.72 |
| Hex | CD | A7 | A4 | 0 | 13 | 14 | 14 | 4 | 1D | 48 |
| Octal | 315 | 247 | 244 | 0 | 23 | 24 | 24 | 4 | 35 | 110 |
| Binary | 11001101 | 10100111 | 10100100 | 0 | 10011 | 10100 | 10100 | 100 | 11101 | 1001000 |
Color Harmonies of #CDA7A4
Complementary color
Monochromatic Colors of #CDA7A4
Black with #CDA7A4
Text Example
Text Example
White with #CDA7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7A4; }
p { color: rgb(205,167,164); }
H1.HeaderClassName
{
color: #CDA7A4;
}
.AnyTagClassName
{
color: #CDA7A4;
}
</style>
background-color css
<style>
a { background-color: #CDA7A4; }
a { background-color: rgb(205,167,164); }
div.DivClassName
{
background-color: #CDA7A4;
}
.BgClassName
{
background-color: #CDA7A4;
}
</style>
border-color css
<style>
span { border-color: #CDA7A4; }
span { border-color: rgb(205,167,164); }
td.TdClassName
{
border-color: #CDA7A4;
}
.TagClassName
{
border-color: #CDA7A4;
}
</style>