Shades of Eunry #CFAC9C
Tints of Eunry #CFAC9C
RGB
CMYK
RGB Variations
Color information
#CFAC9C (or 0xCFAC9C) is known color: Eunry. HEX triplet: CF, AC and 9C. RGB value is (207,172,156). Sum of RGB (Red+Green+Blue) = 207+172+156=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC9C is #305363. Grayscale: #B4B4B4. Windows color (decimal): -3167076 or 10267855. OLE color: 10267855.
HSL color Cylindrical-coordinate representation of color #CFAC9C: hue angle of 18.82º 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 #CFAC9C is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 156 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.19 |
| HSL | 18.82º | 0.35% | 0.71% | - |
| HSV(B) | 18.82º | 0.25% | 0.81% | - |
| XYZ | 46.49 | 45.17 | 37.72 | - |
| YUV | 180.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 156 | 0 | 0.17 | 0.25 | 0.19 | 18.82 | 0.35 | 0.71 |
| Hex | CF | AC | 9C | 0 | 11 | 19 | 13 | 13 | 23 | 47 |
| Octal | 317 | 254 | 234 | 0 | 21 | 31 | 23 | 23 | 43 | 107 |
| Binary | 11001111 | 10101100 | 10011100 | 0 | 10001 | 11001 | 10011 | 10011 | 100011 | 1000111 |
Color Harmonies of #CFAC9C
Complementary color
Monochromatic Colors of #CFAC9C
Black with #CFAC9C
Text Example
Text Example
White with #CFAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC9C; }
p { color: rgb(207,172,156); }
H1.HeaderClassName
{
color: #CFAC9C;
}
.AnyTagClassName
{
color: #CFAC9C;
}
</style>
background-color css
<style>
a { background-color: #CFAC9C; }
a { background-color: rgb(207,172,156); }
div.DivClassName
{
background-color: #CFAC9C;
}
.BgClassName
{
background-color: #CFAC9C;
}
</style>
border-color css
<style>
span { border-color: #CFAC9C; }
span { border-color: rgb(207,172,156); }
td.TdClassName
{
border-color: #CFAC9C;
}
.TagClassName
{
border-color: #CFAC9C;
}
</style>