Shades of Winter Hazel #CFC17A
Tints of Winter Hazel #CFC17A
RGB
CMYK
RGB Variations
Color information
#CFC17A (or 0xCFC17A) is known color: Winter Hazel. HEX triplet: CF, C1 and 7A. RGB value is (207,193,122). Sum of RGB (Red+Green+Blue) = 207+193+122=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC17A is #303E85. Grayscale: #BDBDBD. Windows color (decimal): -3161734 or 8045007. OLE color: 8045007.
HSL color Cylindrical-coordinate representation of color #CFC17A: hue angle of 50.12º 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 #CFC17A is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 122 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.19 |
| HSL | 50.12º | 0.47% | 0.65% | - |
| HSV(B) | 50.12º | 0.41% | 0.81% | - |
| XYZ | 48.31 | 52.81 | 26.06 | - |
| YUV | 189.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 122 | 0 | 0.07 | 0.41 | 0.19 | 50.12 | 0.47 | 0.65 |
| Hex | CF | C1 | 7A | 0 | 7 | 29 | 13 | 32 | 2F | 41 |
| Octal | 317 | 301 | 172 | 0 | 7 | 51 | 23 | 62 | 57 | 101 |
| Binary | 11001111 | 11000001 | 1111010 | 0 | 111 | 101001 | 10011 | 110010 | 101111 | 1000001 |
Color Harmonies of #CFC17A
Complementary color
Monochromatic Colors of #CFC17A
Black with #CFC17A
Text Example
Text Example
White with #CFC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC17A; }
p { color: rgb(207,193,122); }
H1.HeaderClassName
{
color: #CFC17A;
}
.AnyTagClassName
{
color: #CFC17A;
}
</style>
background-color css
<style>
a { background-color: #CFC17A; }
a { background-color: rgb(207,193,122); }
div.DivClassName
{
background-color: #CFC17A;
}
.BgClassName
{
background-color: #CFC17A;
}
</style>
border-color css
<style>
span { border-color: #CFC17A; }
span { border-color: rgb(207,193,122); }
td.TdClassName
{
border-color: #CFC17A;
}
.TagClassName
{
border-color: #CFC17A;
}
</style>