Shades of Eunry #D09C9B
Tints of Eunry #D09C9B
RGB
CMYK
RGB Variations
Color information
#D09C9B (or 0xD09C9B) is known color: Eunry. HEX triplet: D0, 9C and 9B. RGB value is (208,156,155). Sum of RGB (Red+Green+Blue) = 208+156+155=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C9B is #2F6364. Grayscale: #ABABAB. Windows color (decimal): -3105637 or 10198224. OLE color: 10198224.
HSL color Cylindrical-coordinate representation of color #D09C9B: hue angle of 1.13º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09C9B is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 155 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.18 |
| HSL | 1.13º | 0.36% | 0.71% | - |
| HSV(B) | 1.13º | 0.25% | 0.82% | - |
| XYZ | 43.82 | 39.55 | 36.34 | - |
| YUV | 171.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 155 | 0 | 0.25 | 0.25 | 0.18 | 1.13 | 0.36 | 0.71 |
| Hex | D0 | 9C | 9B | 0 | 19 | 19 | 12 | 1 | 24 | 47 |
| Octal | 320 | 234 | 233 | 0 | 31 | 31 | 22 | 1 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10011011 | 0 | 11001 | 11001 | 10010 | 1 | 100100 | 1000111 |
Color Harmonies of #D09C9B
Complementary color
Monochromatic Colors of #D09C9B
Black with #D09C9B
Text Example
Text Example
White with #D09C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C9B; }
p { color: rgb(208,156,155); }
H1.HeaderClassName
{
color: #D09C9B;
}
.AnyTagClassName
{
color: #D09C9B;
}
</style>
background-color css
<style>
a { background-color: #D09C9B; }
a { background-color: rgb(208,156,155); }
div.DivClassName
{
background-color: #D09C9B;
}
.BgClassName
{
background-color: #D09C9B;
}
</style>
border-color css
<style>
span { border-color: #D09C9B; }
span { border-color: rgb(208,156,155); }
td.TdClassName
{
border-color: #D09C9B;
}
.TagClassName
{
border-color: #D09C9B;
}
</style>