Shades of Eunry #CD9F9F
Tints of Eunry #CD9F9F
RGB
CMYK
RGB Variations
Color information
#CD9F9F (or 0xCD9F9F) is known color: Eunry. HEX triplet: CD, 9F and 9F. RGB value is (205,159,159). Sum of RGB (Red+Green+Blue) = 205+159+159=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9F9F is #326060. Grayscale: #ACACAC. Windows color (decimal): -3301473 or 10461133. OLE color: 10461133.
HSL color Cylindrical-coordinate representation of color #CD9F9F: hue angle of 0º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CD9F9F is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 159 | 159 | - |
CMYK | 0 | 0.22 | 0.22 | 0.20 |
HSL | 0º | 0.32% | 0.71% | - |
HSV(B) | 0º | 0.22% | 0.8% | - |
XYZ | 43.83 | 40.28 | 38.27 | - |
YUV | 172.75 | 120.24 | 151 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 159 | 159 | 0 | 0.22 | 0.22 | 0.20 | 0 | 0.32 | 0.71 |
Hex | CD | 9F | 9F | 0 | 16 | 16 | 14 | 0 | 20 | 47 |
Octal | 315 | 237 | 237 | 0 | 26 | 26 | 24 | 0 | 40 | 107 |
Binary | 11001101 | 10011111 | 10011111 | 0 | 10110 | 10110 | 10100 | 0 | 100000 | 1000111 |
Color Harmonies of #CD9F9F
Complementary color
Monochromatic Colors of #CD9F9F
Black with #CD9F9F
Text Example
Text Example
White with #CD9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9F9F; }
p { color: rgb(205,159,159); }
H1.HeaderClassName
{
color: #CD9F9F;
}
.AnyTagClassName
{
color: #CD9F9F;
}
</style>
background-color css
<style>
a { background-color: #CD9F9F; }
a { background-color: rgb(205,159,159); }
div.DivClassName
{
background-color: #CD9F9F;
}
.BgClassName
{
background-color: #CD9F9F;
}
</style>
border-color css
<style>
span { border-color: #CD9F9F; }
span { border-color: rgb(205,159,159); }
td.TdClassName
{
border-color: #CD9F9F;
}
.TagClassName
{
border-color: #CD9F9F;
}
</style>