Shades of Winter Hazel #CFC18D
Tints of Winter Hazel #CFC18D
RGB
CMYK
RGB Variations
Color information
#CFC18D (or 0xCFC18D) is known color: Winter Hazel. HEX triplet: CF, C1 and 8D. RGB value is (207,193,141). Sum of RGB (Red+Green+Blue) = 207+193+141=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC18D is #303E72. Grayscale: #BFBFBF. Windows color (decimal): -3161715 or 9290191. OLE color: 9290191.
HSL color Cylindrical-coordinate representation of color #CFC18D: hue angle of 47.27º 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 #CFC18D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 141 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.19 |
| HSL | 47.27º | 0.41% | 0.68% | - |
| HSV(B) | 47.27º | 0.32% | 0.81% | - |
| XYZ | 49.61 | 53.33 | 32.88 | - |
| YUV | 191.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 141 | 0 | 0.07 | 0.32 | 0.19 | 47.27 | 0.41 | 0.68 |
| Hex | CF | C1 | 8D | 0 | 7 | 20 | 13 | 2F | 29 | 44 |
| Octal | 317 | 301 | 215 | 0 | 7 | 40 | 23 | 57 | 51 | 104 |
| Binary | 11001111 | 11000001 | 10001101 | 0 | 111 | 100000 | 10011 | 101111 | 101001 | 1000100 |
Color Harmonies of #CFC18D
Complementary color
Monochromatic Colors of #CFC18D
Black with #CFC18D
Text Example
Text Example
White with #CFC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC18D; }
p { color: rgb(207,193,141); }
H1.HeaderClassName
{
color: #CFC18D;
}
.AnyTagClassName
{
color: #CFC18D;
}
</style>
background-color css
<style>
a { background-color: #CFC18D; }
a { background-color: rgb(207,193,141); }
div.DivClassName
{
background-color: #CFC18D;
}
.BgClassName
{
background-color: #CFC18D;
}
</style>
border-color css
<style>
span { border-color: #CFC18D; }
span { border-color: rgb(207,193,141); }
td.TdClassName
{
border-color: #CFC18D;
}
.TagClassName
{
border-color: #CFC18D;
}
</style>