Shades of Winter Hazel #CFC58A
Tints of Winter Hazel #CFC58A
RGB
CMYK
RGB Variations
Color information
#CFC58A (or 0xCFC58A) is known color: Winter Hazel. HEX triplet: CF, C5 and 8A. RGB value is (207,197,138). Sum of RGB (Red+Green+Blue) = 207+197+138=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC58A is #303A75. Grayscale: #C1C1C1. Windows color (decimal): -3160694 or 9094607. OLE color: 9094607.
HSL color Cylindrical-coordinate representation of color #CFC58A: hue angle of 51.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFC58A is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 138 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.19 |
| HSL | 51.3º | 0.42% | 0.68% | - |
| HSV(B) | 51.3º | 0.33% | 0.81% | - |
| XYZ | 50.29 | 55.03 | 32.02 | - |
| YUV | 193.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 138 | 0 | 0.05 | 0.33 | 0.19 | 51.3 | 0.42 | 0.68 |
| Hex | CF | C5 | 8A | 0 | 5 | 21 | 13 | 33 | 2A | 44 |
| Octal | 317 | 305 | 212 | 0 | 5 | 41 | 23 | 63 | 52 | 104 |
| Binary | 11001111 | 11000101 | 10001010 | 0 | 101 | 100001 | 10011 | 110011 | 101010 | 1000100 |
Color Harmonies of #CFC58A
Complementary color
Monochromatic Colors of #CFC58A
Black with #CFC58A
Text Example
Text Example
White with #CFC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC58A; }
p { color: rgb(207,197,138); }
H1.HeaderClassName
{
color: #CFC58A;
}
.AnyTagClassName
{
color: #CFC58A;
}
</style>
background-color css
<style>
a { background-color: #CFC58A; }
a { background-color: rgb(207,197,138); }
div.DivClassName
{
background-color: #CFC58A;
}
.BgClassName
{
background-color: #CFC58A;
}
</style>
border-color css
<style>
span { border-color: #CFC58A; }
span { border-color: rgb(207,197,138); }
td.TdClassName
{
border-color: #CFC58A;
}
.TagClassName
{
border-color: #CFC58A;
}
</style>