Shades of Winter Hazel #CFC175
Tints of Winter Hazel #CFC175
RGB
CMYK
RGB Variations
Color information
#CFC175 (or 0xCFC175) is known color: Winter Hazel. HEX triplet: CF, C1 and 75. RGB value is (207,193,117). Sum of RGB (Red+Green+Blue) = 207+193+117=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC175 is #303E8A. Grayscale: #BCBCBC. Windows color (decimal): -3161739 or 7717327. OLE color: 7717327.
HSL color Cylindrical-coordinate representation of color #CFC175: hue angle of 50.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC175 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 117 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.19 |
| HSL | 50.67º | 0.48% | 0.64% | - |
| HSV(B) | 50.67º | 0.43% | 0.81% | - |
| XYZ | 48.01 | 52.69 | 24.47 | - |
| YUV | 188.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 117 | 0 | 0.07 | 0.43 | 0.19 | 50.67 | 0.48 | 0.64 |
| Hex | CF | C1 | 75 | 0 | 7 | 2B | 13 | 33 | 30 | 40 |
| Octal | 317 | 301 | 165 | 0 | 7 | 53 | 23 | 63 | 60 | 100 |
| Binary | 11001111 | 11000001 | 1110101 | 0 | 111 | 101011 | 10011 | 110011 | 110000 | 1000000 |
Color Harmonies of #CFC175
Complementary color
Monochromatic Colors of #CFC175
Black with #CFC175
Text Example
Text Example
White with #CFC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC175; }
p { color: rgb(207,193,117); }
H1.HeaderClassName
{
color: #CFC175;
}
.AnyTagClassName
{
color: #CFC175;
}
</style>
background-color css
<style>
a { background-color: #CFC175; }
a { background-color: rgb(207,193,117); }
div.DivClassName
{
background-color: #CFC175;
}
.BgClassName
{
background-color: #CFC175;
}
</style>
border-color css
<style>
span { border-color: #CFC175; }
span { border-color: rgb(207,193,117); }
td.TdClassName
{
border-color: #CFC175;
}
.TagClassName
{
border-color: #CFC175;
}
</style>