Shades of Winter Hazel #CFC68C
Tints of Winter Hazel #CFC68C
RGB
CMYK
RGB Variations
Color information
#CFC68C (or 0xCFC68C) is known color: Winter Hazel. HEX triplet: CF, C6 and 8C. RGB value is (207,198,140). Sum of RGB (Red+Green+Blue) = 207+198+140=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC68C is #303973. Grayscale: #C2C2C2. Windows color (decimal): -3160436 or 9225935. OLE color: 9225935.
HSL color Cylindrical-coordinate representation of color #CFC68C: hue angle of 51.94º 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 #CFC68C is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 140 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.19 |
| HSL | 51.94º | 0.41% | 0.68% | - |
| HSV(B) | 51.94º | 0.32% | 0.81% | - |
| XYZ | 50.66 | 55.55 | 32.86 | - |
| YUV | 194.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 140 | 0 | 0.04 | 0.32 | 0.19 | 51.94 | 0.41 | 0.68 |
| Hex | CF | C6 | 8C | 0 | 4 | 20 | 13 | 34 | 29 | 44 |
| Octal | 317 | 306 | 214 | 0 | 4 | 40 | 23 | 64 | 51 | 104 |
| Binary | 11001111 | 11000110 | 10001100 | 0 | 100 | 100000 | 10011 | 110100 | 101001 | 1000100 |
Color Harmonies of #CFC68C
Complementary color
Monochromatic Colors of #CFC68C
Black with #CFC68C
Text Example
Text Example
White with #CFC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC68C; }
p { color: rgb(207,198,140); }
H1.HeaderClassName
{
color: #CFC68C;
}
.AnyTagClassName
{
color: #CFC68C;
}
</style>
background-color css
<style>
a { background-color: #CFC68C; }
a { background-color: rgb(207,198,140); }
div.DivClassName
{
background-color: #CFC68C;
}
.BgClassName
{
background-color: #CFC68C;
}
</style>
border-color css
<style>
span { border-color: #CFC68C; }
span { border-color: rgb(207,198,140); }
td.TdClassName
{
border-color: #CFC68C;
}
.TagClassName
{
border-color: #CFC68C;
}
</style>