Shades of Eunry #CF9D9C
Tints of Eunry #CF9D9C
RGB
CMYK
RGB Variations
Color information
#CF9D9C (or 0xCF9D9C) is known color: Eunry. HEX triplet: CF, 9D and 9C. RGB value is (207,157,156). Sum of RGB (Red+Green+Blue) = 207+157+156=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D9C is #306263. Grayscale: #ABABAB. Windows color (decimal): -3170916 or 10264015. OLE color: 10264015.
HSL color Cylindrical-coordinate representation of color #CF9D9C: hue angle of 1.18º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9D9C is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 156 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.19 |
| HSL | 1.18º | 0.35% | 0.71% | - |
| HSV(B) | 1.18º | 0.25% | 0.81% | - |
| XYZ | 43.79 | 39.78 | 36.82 | - |
| YUV | 171.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 156 | 0 | 0.24 | 0.25 | 0.19 | 1.18 | 0.35 | 0.71 |
| Hex | CF | 9D | 9C | 0 | 18 | 19 | 13 | 1 | 23 | 47 |
| Octal | 317 | 235 | 234 | 0 | 30 | 31 | 23 | 1 | 43 | 107 |
| Binary | 11001111 | 10011101 | 10011100 | 0 | 11000 | 11001 | 10011 | 1 | 100011 | 1000111 |
Color Harmonies of #CF9D9C
Complementary color
Monochromatic Colors of #CF9D9C
Black with #CF9D9C
Text Example
Text Example
White with #CF9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D9C; }
p { color: rgb(207,157,156); }
H1.HeaderClassName
{
color: #CF9D9C;
}
.AnyTagClassName
{
color: #CF9D9C;
}
</style>
background-color css
<style>
a { background-color: #CF9D9C; }
a { background-color: rgb(207,157,156); }
div.DivClassName
{
background-color: #CF9D9C;
}
.BgClassName
{
background-color: #CF9D9C;
}
</style>
border-color css
<style>
span { border-color: #CF9D9C; }
span { border-color: rgb(207,157,156); }
td.TdClassName
{
border-color: #CF9D9C;
}
.TagClassName
{
border-color: #CF9D9C;
}
</style>