Shades of Eunry #CFA69A
Tints of Eunry #CFA69A
RGB
CMYK
RGB Variations
Color information
#CFA69A (or 0xCFA69A) is known color: Eunry. HEX triplet: CF, A6 and 9A. RGB value is (207,166,154). Sum of RGB (Red+Green+Blue) = 207+166+154=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA69A is #305965. Grayscale: #B0B0B0. Windows color (decimal): -3168614 or 10135247. OLE color: 10135247.
HSL color Cylindrical-coordinate representation of color #CFA69A: hue angle of 13.58º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA69A is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 154 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.19 |
| HSL | 13.58º | 0.36% | 0.71% | - |
| HSV(B) | 13.58º | 0.26% | 0.81% | - |
| XYZ | 45.2 | 42.87 | 36.46 | - |
| YUV | 176.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 154 | 0 | 0.20 | 0.26 | 0.19 | 13.58 | 0.36 | 0.71 |
| Hex | CF | A6 | 9A | 0 | 14 | 1A | 13 | E | 24 | 47 |
| Octal | 317 | 246 | 232 | 0 | 24 | 32 | 23 | 16 | 44 | 107 |
| Binary | 11001111 | 10100110 | 10011010 | 0 | 10100 | 11010 | 10011 | 1110 | 100100 | 1000111 |
Color Harmonies of #CFA69A
Complementary color
Monochromatic Colors of #CFA69A
Black with #CFA69A
Text Example
Text Example
White with #CFA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA69A; }
p { color: rgb(207,166,154); }
H1.HeaderClassName
{
color: #CFA69A;
}
.AnyTagClassName
{
color: #CFA69A;
}
</style>
background-color css
<style>
a { background-color: #CFA69A; }
a { background-color: rgb(207,166,154); }
div.DivClassName
{
background-color: #CFA69A;
}
.BgClassName
{
background-color: #CFA69A;
}
</style>
border-color css
<style>
span { border-color: #CFA69A; }
span { border-color: rgb(207,166,154); }
td.TdClassName
{
border-color: #CFA69A;
}
.TagClassName
{
border-color: #CFA69A;
}
</style>