Shades of Eunry #CDABA1
Tints of Eunry #CDABA1
RGB
CMYK
RGB Variations
Color information
#CDABA1 (or 0xCDABA1) is known color: Eunry. HEX triplet: CD, AB and A1. RGB value is (205,171,161). Sum of RGB (Red+Green+Blue) = 205+171+161=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDABA1 is #32545E. Grayscale: #B4B4B4. Windows color (decimal): -3298399 or 10595277. OLE color: 10595277.
HSL color Cylindrical-coordinate representation of color #CDABA1: hue angle of 13.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDABA1 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 171 | 161 | - |
CMYK | 0 | 0.17 | 0.21 | 0.20 |
HSL | 13.64º | 0.31% | 0.72% | - |
HSV(B) | 13.64º | 0.21% | 0.8% | - |
XYZ | 46.17 | 44.68 | 39.91 | - |
YUV | 180.03 | 117.26 | 145.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 171 | 161 | 0 | 0.17 | 0.21 | 0.20 | 13.64 | 0.31 | 0.72 |
Hex | CD | AB | A1 | 0 | 11 | 15 | 14 | E | 1F | 48 |
Octal | 315 | 253 | 241 | 0 | 21 | 25 | 24 | 16 | 37 | 110 |
Binary | 11001101 | 10101011 | 10100001 | 0 | 10001 | 10101 | 10100 | 1110 | 11111 | 1001000 |
Color Harmonies of #CDABA1
Complementary color
Monochromatic Colors of #CDABA1
Black with #CDABA1
Text Example
Text Example
White with #CDABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABA1; }
p { color: rgb(205,171,161); }
H1.HeaderClassName
{
color: #CDABA1;
}
.AnyTagClassName
{
color: #CDABA1;
}
</style>
background-color css
<style>
a { background-color: #CDABA1; }
a { background-color: rgb(205,171,161); }
div.DivClassName
{
background-color: #CDABA1;
}
.BgClassName
{
background-color: #CDABA1;
}
</style>
border-color css
<style>
span { border-color: #CDABA1; }
span { border-color: rgb(205,171,161); }
td.TdClassName
{
border-color: #CDABA1;
}
.TagClassName
{
border-color: #CDABA1;
}
</style>