Shades of Winter Hazel #CFC28D
Tints of Winter Hazel #CFC28D
RGB
CMYK
RGB Variations
Color information
#CFC28D (or 0xCFC28D) is known color: Winter Hazel. HEX triplet: CF, C2 and 8D. RGB value is (207,194,141). Sum of RGB (Red+Green+Blue) = 207+194+141=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC28D is #303D72. Grayscale: #C0C0C0. Windows color (decimal): -3161459 or 9290447. OLE color: 9290447.
HSL color Cylindrical-coordinate representation of color #CFC28D: hue angle of 48.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFC28D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 141 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.19 |
| HSL | 48.18º | 0.41% | 0.68% | - |
| HSV(B) | 48.18º | 0.32% | 0.81% | - |
| XYZ | 49.83 | 53.77 | 32.95 | - |
| YUV | 191.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 141 | 0 | 0.06 | 0.32 | 0.19 | 48.18 | 0.41 | 0.68 |
| Hex | CF | C2 | 8D | 0 | 6 | 20 | 13 | 30 | 29 | 44 |
| Octal | 317 | 302 | 215 | 0 | 6 | 40 | 23 | 60 | 51 | 104 |
| Binary | 11001111 | 11000010 | 10001101 | 0 | 110 | 100000 | 10011 | 110000 | 101001 | 1000100 |
Color Harmonies of #CFC28D
Complementary color
Monochromatic Colors of #CFC28D
Black with #CFC28D
Text Example
Text Example
White with #CFC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC28D; }
p { color: rgb(207,194,141); }
H1.HeaderClassName
{
color: #CFC28D;
}
.AnyTagClassName
{
color: #CFC28D;
}
</style>
background-color css
<style>
a { background-color: #CFC28D; }
a { background-color: rgb(207,194,141); }
div.DivClassName
{
background-color: #CFC28D;
}
.BgClassName
{
background-color: #CFC28D;
}
</style>
border-color css
<style>
span { border-color: #CFC28D; }
span { border-color: rgb(207,194,141); }
td.TdClassName
{
border-color: #CFC28D;
}
.TagClassName
{
border-color: #CFC28D;
}
</style>