Shades of Winter Hazel #CFC382
Tints of Winter Hazel #CFC382
RGB
CMYK
RGB Variations
Color information
#CFC382 (or 0xCFC382) is known color: Winter Hazel. HEX triplet: CF, C3 and 82. RGB value is (207,195,130). Sum of RGB (Red+Green+Blue) = 207+195+130=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC382 is #303C7D. Grayscale: #BFBFBF. Windows color (decimal): -3161214 or 8569807. OLE color: 8569807.
HSL color Cylindrical-coordinate representation of color #CFC382: hue angle of 50.65º 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 #CFC382 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 130 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.19 |
| HSL | 50.65º | 0.45% | 0.66% | - |
| HSV(B) | 50.65º | 0.37% | 0.81% | - |
| XYZ | 49.28 | 53.91 | 28.93 | - |
| YUV | 191.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 130 | 0 | 0.06 | 0.37 | 0.19 | 50.65 | 0.45 | 0.66 |
| Hex | CF | C3 | 82 | 0 | 6 | 25 | 13 | 33 | 2D | 42 |
| Octal | 317 | 303 | 202 | 0 | 6 | 45 | 23 | 63 | 55 | 102 |
| Binary | 11001111 | 11000011 | 10000010 | 0 | 110 | 100101 | 10011 | 110011 | 101101 | 1000010 |
Color Harmonies of #CFC382
Complementary color
Monochromatic Colors of #CFC382
Black with #CFC382
Text Example
Text Example
White with #CFC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC382; }
p { color: rgb(207,195,130); }
H1.HeaderClassName
{
color: #CFC382;
}
.AnyTagClassName
{
color: #CFC382;
}
</style>
background-color css
<style>
a { background-color: #CFC382; }
a { background-color: rgb(207,195,130); }
div.DivClassName
{
background-color: #CFC382;
}
.BgClassName
{
background-color: #CFC382;
}
</style>
border-color css
<style>
span { border-color: #CFC382; }
span { border-color: rgb(207,195,130); }
td.TdClassName
{
border-color: #CFC382;
}
.TagClassName
{
border-color: #CFC382;
}
</style>