Shades of Winter Hazel #CFC48C
Tints of Winter Hazel #CFC48C
RGB
CMYK
RGB Variations
Color information
#CFC48C (or 0xCFC48C) is known color: Winter Hazel. HEX triplet: CF, C4 and 8C. RGB value is (207,196,140). Sum of RGB (Red+Green+Blue) = 207+196+140=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC48C is #303B73. Grayscale: #C1C1C1. Windows color (decimal): -3160948 or 9225423. OLE color: 9225423.
HSL color Cylindrical-coordinate representation of color #CFC48C: hue angle of 50.15º 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 #CFC48C is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 140 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.19 |
| HSL | 50.15º | 0.41% | 0.68% | - |
| HSV(B) | 50.15º | 0.32% | 0.81% | - |
| XYZ | 50.21 | 54.64 | 32.71 | - |
| YUV | 192.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 140 | 0 | 0.05 | 0.32 | 0.19 | 50.15 | 0.41 | 0.68 |
| Hex | CF | C4 | 8C | 0 | 5 | 20 | 13 | 32 | 29 | 44 |
| Octal | 317 | 304 | 214 | 0 | 5 | 40 | 23 | 62 | 51 | 104 |
| Binary | 11001111 | 11000100 | 10001100 | 0 | 101 | 100000 | 10011 | 110010 | 101001 | 1000100 |
Color Harmonies of #CFC48C
Complementary color
Monochromatic Colors of #CFC48C
Black with #CFC48C
Text Example
Text Example
White with #CFC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC48C; }
p { color: rgb(207,196,140); }
H1.HeaderClassName
{
color: #CFC48C;
}
.AnyTagClassName
{
color: #CFC48C;
}
</style>
background-color css
<style>
a { background-color: #CFC48C; }
a { background-color: rgb(207,196,140); }
div.DivClassName
{
background-color: #CFC48C;
}
.BgClassName
{
background-color: #CFC48C;
}
</style>
border-color css
<style>
span { border-color: #CFC48C; }
span { border-color: rgb(207,196,140); }
td.TdClassName
{
border-color: #CFC48C;
}
.TagClassName
{
border-color: #CFC48C;
}
</style>