Shades of Winter Hazel #CFC87A
Tints of Winter Hazel #CFC87A
RGB
CMYK
RGB Variations
Color information
#CFC87A (or 0xCFC87A) is known color: Winter Hazel. HEX triplet: CF, C8 and 7A. RGB value is (207,200,122). Sum of RGB (Red+Green+Blue) = 207+200+122=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC87A is #303785. Grayscale: #C1C1C1. Windows color (decimal): -3159942 or 8046799. OLE color: 8046799.
HSL color Cylindrical-coordinate representation of color #CFC87A: hue angle of 55.06º 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 #CFC87A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 122 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.19 |
| HSL | 55.06º | 0.47% | 0.65% | - |
| HSV(B) | 55.06º | 0.41% | 0.81% | - |
| XYZ | 49.9 | 55.98 | 26.59 | - |
| YUV | 193.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 122 | 0 | 0.03 | 0.41 | 0.19 | 55.06 | 0.47 | 0.65 |
| Hex | CF | C8 | 7A | 0 | 3 | 29 | 13 | 37 | 2F | 41 |
| Octal | 317 | 310 | 172 | 0 | 3 | 51 | 23 | 67 | 57 | 101 |
| Binary | 11001111 | 11001000 | 1111010 | 0 | 11 | 101001 | 10011 | 110111 | 101111 | 1000001 |
Color Harmonies of #CFC87A
Complementary color
Monochromatic Colors of #CFC87A
Black with #CFC87A
Text Example
Text Example
White with #CFC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC87A; }
p { color: rgb(207,200,122); }
H1.HeaderClassName
{
color: #CFC87A;
}
.AnyTagClassName
{
color: #CFC87A;
}
</style>
background-color css
<style>
a { background-color: #CFC87A; }
a { background-color: rgb(207,200,122); }
div.DivClassName
{
background-color: #CFC87A;
}
.BgClassName
{
background-color: #CFC87A;
}
</style>
border-color css
<style>
span { border-color: #CFC87A; }
span { border-color: rgb(207,200,122); }
td.TdClassName
{
border-color: #CFC87A;
}
.TagClassName
{
border-color: #CFC87A;
}
</style>