Shades of Eunry #CFA99F
Tints of Eunry #CFA99F
RGB
CMYK
RGB Variations
Color information
#CFA99F (or 0xCFA99F) is known color: Eunry. HEX triplet: CF, A9 and 9F. RGB value is (207,169,159). Sum of RGB (Red+Green+Blue) = 207+169+159=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA99F is #305660. Grayscale: #B3B3B3. Windows color (decimal): -3167841 or 10463695. OLE color: 10463695.
HSL color Cylindrical-coordinate representation of color #CFA99F: hue angle of 12.5º 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 #CFA99F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 159 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.19 |
| HSL | 12.5º | 0.33% | 0.72% | - |
| HSV(B) | 12.5º | 0.23% | 0.81% | - |
| XYZ | 46.18 | 44.14 | 38.89 | - |
| YUV | 179.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 159 | 0 | 0.18 | 0.23 | 0.19 | 12.5 | 0.33 | 0.72 |
| Hex | CF | A9 | 9F | 0 | 12 | 17 | 13 | C | 21 | 48 |
| Octal | 317 | 251 | 237 | 0 | 22 | 27 | 23 | 14 | 41 | 110 |
| Binary | 11001111 | 10101001 | 10011111 | 0 | 10010 | 10111 | 10011 | 1100 | 100001 | 1001000 |
Color Harmonies of #CFA99F
Complementary color
Monochromatic Colors of #CFA99F
Black with #CFA99F
Text Example
Text Example
White with #CFA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA99F; }
p { color: rgb(207,169,159); }
H1.HeaderClassName
{
color: #CFA99F;
}
.AnyTagClassName
{
color: #CFA99F;
}
</style>
background-color css
<style>
a { background-color: #CFA99F; }
a { background-color: rgb(207,169,159); }
div.DivClassName
{
background-color: #CFA99F;
}
.BgClassName
{
background-color: #CFA99F;
}
</style>
border-color css
<style>
span { border-color: #CFA99F; }
span { border-color: rgb(207,169,159); }
td.TdClassName
{
border-color: #CFA99F;
}
.TagClassName
{
border-color: #CFA99F;
}
</style>