Shades of Eunry #CFAB9C
Tints of Eunry #CFAB9C
RGB
CMYK
RGB Variations
Color information
#CFAB9C (or 0xCFAB9C) is known color: Eunry. HEX triplet: CF, AB and 9C. RGB value is (207,171,156). Sum of RGB (Red+Green+Blue) = 207+171+156=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB9C is #305463. Grayscale: #B4B4B4. Windows color (decimal): -3167332 or 10267599. OLE color: 10267599.
HSL color Cylindrical-coordinate representation of color #CFAB9C: hue angle of 17.65º 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 #CFAB9C is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 156 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.19 |
| HSL | 17.65º | 0.35% | 0.71% | - |
| HSV(B) | 17.65º | 0.25% | 0.81% | - |
| XYZ | 46.3 | 44.79 | 37.66 | - |
| YUV | 180.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 156 | 0 | 0.17 | 0.25 | 0.19 | 17.65 | 0.35 | 0.71 |
| Hex | CF | AB | 9C | 0 | 11 | 19 | 13 | 12 | 23 | 47 |
| Octal | 317 | 253 | 234 | 0 | 21 | 31 | 23 | 22 | 43 | 107 |
| Binary | 11001111 | 10101011 | 10011100 | 0 | 10001 | 11001 | 10011 | 10010 | 100011 | 1000111 |
Color Harmonies of #CFAB9C
Complementary color
Monochromatic Colors of #CFAB9C
Black with #CFAB9C
Text Example
Text Example
White with #CFAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB9C; }
p { color: rgb(207,171,156); }
H1.HeaderClassName
{
color: #CFAB9C;
}
.AnyTagClassName
{
color: #CFAB9C;
}
</style>
background-color css
<style>
a { background-color: #CFAB9C; }
a { background-color: rgb(207,171,156); }
div.DivClassName
{
background-color: #CFAB9C;
}
.BgClassName
{
background-color: #CFAB9C;
}
</style>
border-color css
<style>
span { border-color: #CFAB9C; }
span { border-color: rgb(207,171,156); }
td.TdClassName
{
border-color: #CFAB9C;
}
.TagClassName
{
border-color: #CFAB9C;
}
</style>