Shades of Winter Hazel #CFC47B
Tints of Winter Hazel #CFC47B
RGB
CMYK
RGB Variations
Color information
#CFC47B (or 0xCFC47B) is known color: Winter Hazel. HEX triplet: CF, C4 and 7B. RGB value is (207,196,123). Sum of RGB (Red+Green+Blue) = 207+196+123=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC47B is #303B84. Grayscale: #BFBFBF. Windows color (decimal): -3160965 or 8111311. OLE color: 8111311.
HSL color Cylindrical-coordinate representation of color #CFC47B: hue angle of 52.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFC47B is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 123 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.19 |
| HSL | 52.14º | 0.47% | 0.65% | - |
| HSV(B) | 52.14º | 0.41% | 0.81% | - |
| XYZ | 49.05 | 54.18 | 26.61 | - |
| YUV | 190.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 123 | 0 | 0.05 | 0.41 | 0.19 | 52.14 | 0.47 | 0.65 |
| Hex | CF | C4 | 7B | 0 | 5 | 29 | 13 | 34 | 2F | 41 |
| Octal | 317 | 304 | 173 | 0 | 5 | 51 | 23 | 64 | 57 | 101 |
| Binary | 11001111 | 11000100 | 1111011 | 0 | 101 | 101001 | 10011 | 110100 | 101111 | 1000001 |
Color Harmonies of #CFC47B
Complementary color
Monochromatic Colors of #CFC47B
Black with #CFC47B
Text Example
Text Example
White with #CFC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC47B; }
p { color: rgb(207,196,123); }
H1.HeaderClassName
{
color: #CFC47B;
}
.AnyTagClassName
{
color: #CFC47B;
}
</style>
background-color css
<style>
a { background-color: #CFC47B; }
a { background-color: rgb(207,196,123); }
div.DivClassName
{
background-color: #CFC47B;
}
.BgClassName
{
background-color: #CFC47B;
}
</style>
border-color css
<style>
span { border-color: #CFC47B; }
span { border-color: rgb(207,196,123); }
td.TdClassName
{
border-color: #CFC47B;
}
.TagClassName
{
border-color: #CFC47B;
}
</style>