Shades of Winter Hazel #CFC18C
Tints of Winter Hazel #CFC18C
RGB
CMYK
RGB Variations
Color information
#CFC18C (or 0xCFC18C) is known color: Winter Hazel. HEX triplet: CF, C1 and 8C. RGB value is (207,193,140). Sum of RGB (Red+Green+Blue) = 207+193+140=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC18C is #303E73. Grayscale: #BFBFBF. Windows color (decimal): -3161716 or 9224655. OLE color: 9224655.
HSL color Cylindrical-coordinate representation of color #CFC18C: hue angle of 47.46º 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 #CFC18C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 140 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.19 |
| HSL | 47.46º | 0.41% | 0.68% | - |
| HSV(B) | 47.46º | 0.32% | 0.81% | - |
| XYZ | 49.54 | 53.3 | 32.49 | - |
| YUV | 191.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 140 | 0 | 0.07 | 0.32 | 0.19 | 47.46 | 0.41 | 0.68 |
| Hex | CF | C1 | 8C | 0 | 7 | 20 | 13 | 2F | 29 | 44 |
| Octal | 317 | 301 | 214 | 0 | 7 | 40 | 23 | 57 | 51 | 104 |
| Binary | 11001111 | 11000001 | 10001100 | 0 | 111 | 100000 | 10011 | 101111 | 101001 | 1000100 |
Color Harmonies of #CFC18C
Complementary color
Monochromatic Colors of #CFC18C
Black with #CFC18C
Text Example
Text Example
White with #CFC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC18C; }
p { color: rgb(207,193,140); }
H1.HeaderClassName
{
color: #CFC18C;
}
.AnyTagClassName
{
color: #CFC18C;
}
</style>
background-color css
<style>
a { background-color: #CFC18C; }
a { background-color: rgb(207,193,140); }
div.DivClassName
{
background-color: #CFC18C;
}
.BgClassName
{
background-color: #CFC18C;
}
</style>
border-color css
<style>
span { border-color: #CFC18C; }
span { border-color: rgb(207,193,140); }
td.TdClassName
{
border-color: #CFC18C;
}
.TagClassName
{
border-color: #CFC18C;
}
</style>