Shades of Winter Hazel #CFC080
Tints of Winter Hazel #CFC080
RGB
CMYK
RGB Variations
Color information
#CFC080 (or 0xCFC080) is known color: Winter Hazel. HEX triplet: CF, C0 and 80. RGB value is (207,192,128). Sum of RGB (Red+Green+Blue) = 207+192+128=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC080 is #303F7F. Grayscale: #BDBDBD. Windows color (decimal): -3161984 or 8437967. OLE color: 8437967.
HSL color Cylindrical-coordinate representation of color #CFC080: hue angle of 48.61º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFC080 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 128 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.19 |
| HSL | 48.61º | 0.45% | 0.66% | - |
| HSV(B) | 48.61º | 0.38% | 0.81% | - |
| XYZ | 48.48 | 52.52 | 28.01 | - |
| YUV | 189.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 128 | 0 | 0.07 | 0.38 | 0.19 | 48.61 | 0.45 | 0.66 |
| Hex | CF | C0 | 80 | 0 | 7 | 26 | 13 | 31 | 2D | 42 |
| Octal | 317 | 300 | 200 | 0 | 7 | 46 | 23 | 61 | 55 | 102 |
| Binary | 11001111 | 11000000 | 10000000 | 0 | 111 | 100110 | 10011 | 110001 | 101101 | 1000010 |
Color Harmonies of #CFC080
Complementary color
Monochromatic Colors of #CFC080
Black with #CFC080
Text Example
Text Example
White with #CFC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC080; }
p { color: rgb(207,192,128); }
H1.HeaderClassName
{
color: #CFC080;
}
.AnyTagClassName
{
color: #CFC080;
}
</style>
background-color css
<style>
a { background-color: #CFC080; }
a { background-color: rgb(207,192,128); }
div.DivClassName
{
background-color: #CFC080;
}
.BgClassName
{
background-color: #CFC080;
}
</style>
border-color css
<style>
span { border-color: #CFC080; }
span { border-color: rgb(207,192,128); }
td.TdClassName
{
border-color: #CFC080;
}
.TagClassName
{
border-color: #CFC080;
}
</style>