Shades of Winter Hazel #CFC383
Tints of Winter Hazel #CFC383
RGB
CMYK
RGB Variations
Color information
#CFC383 (or 0xCFC383) is known color: Winter Hazel. HEX triplet: CF, C3 and 83. RGB value is (207,195,131). Sum of RGB (Red+Green+Blue) = 207+195+131=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC383 is #303C7C. Grayscale: #BFBFBF. Windows color (decimal): -3161213 or 8635343. OLE color: 8635343.
HSL color Cylindrical-coordinate representation of color #CFC383: hue angle of 50.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFC383 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 131 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.19 |
| HSL | 50.53º | 0.44% | 0.66% | - |
| HSV(B) | 50.53º | 0.37% | 0.81% | - |
| XYZ | 49.34 | 53.93 | 29.28 | - |
| YUV | 191.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 131 | 0 | 0.06 | 0.37 | 0.19 | 50.53 | 0.44 | 0.66 |
| Hex | CF | C3 | 83 | 0 | 6 | 25 | 13 | 33 | 2C | 42 |
| Octal | 317 | 303 | 203 | 0 | 6 | 45 | 23 | 63 | 54 | 102 |
| Binary | 11001111 | 11000011 | 10000011 | 0 | 110 | 100101 | 10011 | 110011 | 101100 | 1000010 |
Color Harmonies of #CFC383
Complementary color
Monochromatic Colors of #CFC383
Black with #CFC383
Text Example
Text Example
White with #CFC383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC383; }
p { color: rgb(207,195,131); }
H1.HeaderClassName
{
color: #CFC383;
}
.AnyTagClassName
{
color: #CFC383;
}
</style>
background-color css
<style>
a { background-color: #CFC383; }
a { background-color: rgb(207,195,131); }
div.DivClassName
{
background-color: #CFC383;
}
.BgClassName
{
background-color: #CFC383;
}
</style>
border-color css
<style>
span { border-color: #CFC383; }
span { border-color: rgb(207,195,131); }
td.TdClassName
{
border-color: #CFC383;
}
.TagClassName
{
border-color: #CFC383;
}
</style>