Shades of Eunry #CFA69B
Tints of Eunry #CFA69B
RGB
CMYK
RGB Variations
Color information
#CFA69B (or 0xCFA69B) is known color: Eunry. HEX triplet: CF, A6 and 9B. RGB value is (207,166,155). Sum of RGB (Red+Green+Blue) = 207+166+155=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA69B is #305964. Grayscale: #B1B1B1. Windows color (decimal): -3168613 or 10200783. OLE color: 10200783.
HSL color Cylindrical-coordinate representation of color #CFA69B: hue angle of 12.69º 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 #CFA69B is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 155 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.19 |
| HSL | 12.69º | 0.35% | 0.71% | - |
| HSV(B) | 12.69º | 0.25% | 0.81% | - |
| XYZ | 45.28 | 42.9 | 36.9 | - |
| YUV | 177.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 155 | 0 | 0.20 | 0.25 | 0.19 | 12.69 | 0.35 | 0.71 |
| Hex | CF | A6 | 9B | 0 | 14 | 19 | 13 | D | 23 | 47 |
| Octal | 317 | 246 | 233 | 0 | 24 | 31 | 23 | 15 | 43 | 107 |
| Binary | 11001111 | 10100110 | 10011011 | 0 | 10100 | 11001 | 10011 | 1101 | 100011 | 1000111 |
Color Harmonies of #CFA69B
Complementary color
Monochromatic Colors of #CFA69B
Black with #CFA69B
Text Example
Text Example
White with #CFA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA69B; }
p { color: rgb(207,166,155); }
H1.HeaderClassName
{
color: #CFA69B;
}
.AnyTagClassName
{
color: #CFA69B;
}
</style>
background-color css
<style>
a { background-color: #CFA69B; }
a { background-color: rgb(207,166,155); }
div.DivClassName
{
background-color: #CFA69B;
}
.BgClassName
{
background-color: #CFA69B;
}
</style>
border-color css
<style>
span { border-color: #CFA69B; }
span { border-color: rgb(207,166,155); }
td.TdClassName
{
border-color: #CFA69B;
}
.TagClassName
{
border-color: #CFA69B;
}
</style>