Shades of Eunry #CFA69C
Tints of Eunry #CFA69C
RGB
CMYK
RGB Variations
Color information
#CFA69C (or 0xCFA69C) is known color: Eunry. HEX triplet: CF, A6 and 9C. RGB value is (207,166,156). Sum of RGB (Red+Green+Blue) = 207+166+156=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA69C is #305963. Grayscale: #B1B1B1. Windows color (decimal): -3168612 or 10266319. OLE color: 10266319.
HSL color Cylindrical-coordinate representation of color #CFA69C: hue angle of 11.76º 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 #CFA69C is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 156 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.19 |
| HSL | 11.76º | 0.35% | 0.71% | - |
| HSV(B) | 11.76º | 0.25% | 0.81% | - |
| XYZ | 45.37 | 42.94 | 37.35 | - |
| YUV | 177.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 156 | 0 | 0.20 | 0.25 | 0.19 | 11.76 | 0.35 | 0.71 |
| Hex | CF | A6 | 9C | 0 | 14 | 19 | 13 | C | 23 | 47 |
| Octal | 317 | 246 | 234 | 0 | 24 | 31 | 23 | 14 | 43 | 107 |
| Binary | 11001111 | 10100110 | 10011100 | 0 | 10100 | 11001 | 10011 | 1100 | 100011 | 1000111 |
Color Harmonies of #CFA69C
Complementary color
Monochromatic Colors of #CFA69C
Black with #CFA69C
Text Example
Text Example
White with #CFA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA69C; }
p { color: rgb(207,166,156); }
H1.HeaderClassName
{
color: #CFA69C;
}
.AnyTagClassName
{
color: #CFA69C;
}
</style>
background-color css
<style>
a { background-color: #CFA69C; }
a { background-color: rgb(207,166,156); }
div.DivClassName
{
background-color: #CFA69C;
}
.BgClassName
{
background-color: #CFA69C;
}
</style>
border-color css
<style>
span { border-color: #CFA69C; }
span { border-color: rgb(207,166,156); }
td.TdClassName
{
border-color: #CFA69C;
}
.TagClassName
{
border-color: #CFA69C;
}
</style>