Shades of Winter Hazel #CFC58B
Tints of Winter Hazel #CFC58B
RGB
CMYK
RGB Variations
Color information
#CFC58B (or 0xCFC58B) is known color: Winter Hazel. HEX triplet: CF, C5 and 8B. RGB value is (207,197,139). Sum of RGB (Red+Green+Blue) = 207+197+139=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC58B is #303A74. Grayscale: #C1C1C1. Windows color (decimal): -3160693 or 9160143. OLE color: 9160143.
HSL color Cylindrical-coordinate representation of color #CFC58B: hue angle of 51.18º degrees, saturation: 0.41, 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 #CFC58B is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 139 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.19 |
| HSL | 51.18º | 0.41% | 0.68% | - |
| HSV(B) | 51.18º | 0.33% | 0.81% | - |
| XYZ | 50.36 | 55.06 | 32.4 | - |
| YUV | 193.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 139 | 0 | 0.05 | 0.33 | 0.19 | 51.18 | 0.41 | 0.68 |
| Hex | CF | C5 | 8B | 0 | 5 | 21 | 13 | 33 | 29 | 44 |
| Octal | 317 | 305 | 213 | 0 | 5 | 41 | 23 | 63 | 51 | 104 |
| Binary | 11001111 | 11000101 | 10001011 | 0 | 101 | 100001 | 10011 | 110011 | 101001 | 1000100 |
Color Harmonies of #CFC58B
Complementary color
Monochromatic Colors of #CFC58B
Black with #CFC58B
Text Example
Text Example
White with #CFC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC58B; }
p { color: rgb(207,197,139); }
H1.HeaderClassName
{
color: #CFC58B;
}
.AnyTagClassName
{
color: #CFC58B;
}
</style>
background-color css
<style>
a { background-color: #CFC58B; }
a { background-color: rgb(207,197,139); }
div.DivClassName
{
background-color: #CFC58B;
}
.BgClassName
{
background-color: #CFC58B;
}
</style>
border-color css
<style>
span { border-color: #CFC58B; }
span { border-color: rgb(207,197,139); }
td.TdClassName
{
border-color: #CFC58B;
}
.TagClassName
{
border-color: #CFC58B;
}
</style>