Shades of Winter Hazel #CFC185
Tints of Winter Hazel #CFC185
RGB
CMYK
RGB Variations
Color information
#CFC185 (or 0xCFC185) is known color: Winter Hazel. HEX triplet: CF, C1 and 85. RGB value is (207,193,133). Sum of RGB (Red+Green+Blue) = 207+193+133=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC185 is #303E7A. Grayscale: #BEBEBE. Windows color (decimal): -3161723 or 8765903. OLE color: 8765903.
HSL color Cylindrical-coordinate representation of color #CFC185: hue angle of 48.65º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFC185 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 133 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.19 |
| HSL | 48.65º | 0.44% | 0.67% | - |
| HSV(B) | 48.65º | 0.36% | 0.81% | - |
| XYZ | 49.04 | 53.1 | 29.85 | - |
| YUV | 190.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 133 | 0 | 0.07 | 0.36 | 0.19 | 48.65 | 0.44 | 0.67 |
| Hex | CF | C1 | 85 | 0 | 7 | 24 | 13 | 31 | 2C | 43 |
| Octal | 317 | 301 | 205 | 0 | 7 | 44 | 23 | 61 | 54 | 103 |
| Binary | 11001111 | 11000001 | 10000101 | 0 | 111 | 100100 | 10011 | 110001 | 101100 | 1000011 |
Color Harmonies of #CFC185
Complementary color
Monochromatic Colors of #CFC185
Black with #CFC185
Text Example
Text Example
White with #CFC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC185; }
p { color: rgb(207,193,133); }
H1.HeaderClassName
{
color: #CFC185;
}
.AnyTagClassName
{
color: #CFC185;
}
</style>
background-color css
<style>
a { background-color: #CFC185; }
a { background-color: rgb(207,193,133); }
div.DivClassName
{
background-color: #CFC185;
}
.BgClassName
{
background-color: #CFC185;
}
</style>
border-color css
<style>
span { border-color: #CFC185; }
span { border-color: rgb(207,193,133); }
td.TdClassName
{
border-color: #CFC185;
}
.TagClassName
{
border-color: #CFC185;
}
</style>