Shades of Eunry #CFA69F
Tints of Eunry #CFA69F
RGB
CMYK
RGB Variations
Color information
#CFA69F (or 0xCFA69F) is known color: Eunry. HEX triplet: CF, A6 and 9F. RGB value is (207,166,159). Sum of RGB (Red+Green+Blue) = 207+166+159=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA69F is #305960. Grayscale: #B1B1B1. Windows color (decimal): -3168609 or 10462927. OLE color: 10462927.
HSL color Cylindrical-coordinate representation of color #CFA69F: hue angle of 8.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA69F is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 159 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.19 |
| HSL | 8.75º | 0.33% | 0.72% | - |
| HSV(B) | 8.75º | 0.23% | 0.81% | - |
| XYZ | 45.63 | 43.04 | 38.7 | - |
| YUV | 177.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 159 | 0 | 0.20 | 0.23 | 0.19 | 8.75 | 0.33 | 0.72 |
| Hex | CF | A6 | 9F | 0 | 14 | 17 | 13 | 9 | 21 | 48 |
| Octal | 317 | 246 | 237 | 0 | 24 | 27 | 23 | 11 | 41 | 110 |
| Binary | 11001111 | 10100110 | 10011111 | 0 | 10100 | 10111 | 10011 | 1001 | 100001 | 1001000 |
Color Harmonies of #CFA69F
Complementary color
Monochromatic Colors of #CFA69F
Black with #CFA69F
Text Example
Text Example
White with #CFA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA69F; }
p { color: rgb(207,166,159); }
H1.HeaderClassName
{
color: #CFA69F;
}
.AnyTagClassName
{
color: #CFA69F;
}
</style>
background-color css
<style>
a { background-color: #CFA69F; }
a { background-color: rgb(207,166,159); }
div.DivClassName
{
background-color: #CFA69F;
}
.BgClassName
{
background-color: #CFA69F;
}
</style>
border-color css
<style>
span { border-color: #CFA69F; }
span { border-color: rgb(207,166,159); }
td.TdClassName
{
border-color: #CFA69F;
}
.TagClassName
{
border-color: #CFA69F;
}
</style>