Shades of Winter Hazel #CFC782
Tints of Winter Hazel #CFC782
RGB
CMYK
RGB Variations
Color information
#CFC782 (or 0xCFC782) is known color: Winter Hazel. HEX triplet: CF, C7 and 82. RGB value is (207,199,130). Sum of RGB (Red+Green+Blue) = 207+199+130=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC782 is #30387D. Grayscale: #C1C1C1. Windows color (decimal): -3160190 or 8570831. OLE color: 8570831.
HSL color Cylindrical-coordinate representation of color #CFC782: hue angle of 53.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFC782 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 130 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.19 |
| HSL | 53.77º | 0.45% | 0.66% | - |
| HSV(B) | 53.77º | 0.37% | 0.81% | - |
| XYZ | 50.18 | 55.72 | 29.23 | - |
| YUV | 193.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 130 | 0 | 0.04 | 0.37 | 0.19 | 53.77 | 0.45 | 0.66 |
| Hex | CF | C7 | 82 | 0 | 4 | 25 | 13 | 36 | 2D | 42 |
| Octal | 317 | 307 | 202 | 0 | 4 | 45 | 23 | 66 | 55 | 102 |
| Binary | 11001111 | 11000111 | 10000010 | 0 | 100 | 100101 | 10011 | 110110 | 101101 | 1000010 |
Color Harmonies of #CFC782
Complementary color
Monochromatic Colors of #CFC782
Black with #CFC782
Text Example
Text Example
White with #CFC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC782; }
p { color: rgb(207,199,130); }
H1.HeaderClassName
{
color: #CFC782;
}
.AnyTagClassName
{
color: #CFC782;
}
</style>
background-color css
<style>
a { background-color: #CFC782; }
a { background-color: rgb(207,199,130); }
div.DivClassName
{
background-color: #CFC782;
}
.BgClassName
{
background-color: #CFC782;
}
</style>
border-color css
<style>
span { border-color: #CFC782; }
span { border-color: rgb(207,199,130); }
td.TdClassName
{
border-color: #CFC782;
}
.TagClassName
{
border-color: #CFC782;
}
</style>