Shades of Winter Hazel #CFC386
Tints of Winter Hazel #CFC386
RGB
CMYK
RGB Variations
Color information
#CFC386 (or 0xCFC386) is known color: Winter Hazel. HEX triplet: CF, C3 and 86. RGB value is (207,195,134). Sum of RGB (Red+Green+Blue) = 207+195+134=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC386 is #303C79. Grayscale: #BFBFBF. Windows color (decimal): -3161210 or 8831951. OLE color: 8831951.
HSL color Cylindrical-coordinate representation of color #CFC386: hue angle of 50.14º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFC386 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 134 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.19 |
| HSL | 50.14º | 0.43% | 0.67% | - |
| HSV(B) | 50.14º | 0.35% | 0.81% | - |
| XYZ | 49.55 | 54.02 | 30.37 | - |
| YUV | 191.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 134 | 0 | 0.06 | 0.35 | 0.19 | 50.14 | 0.43 | 0.67 |
| Hex | CF | C3 | 86 | 0 | 6 | 23 | 13 | 32 | 2B | 43 |
| Octal | 317 | 303 | 206 | 0 | 6 | 43 | 23 | 62 | 53 | 103 |
| Binary | 11001111 | 11000011 | 10000110 | 0 | 110 | 100011 | 10011 | 110010 | 101011 | 1000011 |
Color Harmonies of #CFC386
Complementary color
Monochromatic Colors of #CFC386
Black with #CFC386
Text Example
Text Example
White with #CFC386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC386; }
p { color: rgb(207,195,134); }
H1.HeaderClassName
{
color: #CFC386;
}
.AnyTagClassName
{
color: #CFC386;
}
</style>
background-color css
<style>
a { background-color: #CFC386; }
a { background-color: rgb(207,195,134); }
div.DivClassName
{
background-color: #CFC386;
}
.BgClassName
{
background-color: #CFC386;
}
</style>
border-color css
<style>
span { border-color: #CFC386; }
span { border-color: rgb(207,195,134); }
td.TdClassName
{
border-color: #CFC386;
}
.TagClassName
{
border-color: #CFC386;
}
</style>