Shades of Winter Hazel #CFC377
Tints of Winter Hazel #CFC377
RGB
CMYK
RGB Variations
Color information
#CFC377 (or 0xCFC377) is known color: Winter Hazel. HEX triplet: CF, C3 and 77. RGB value is (207,195,119). Sum of RGB (Red+Green+Blue) = 207+195+119=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC377 is #303C88. Grayscale: #BEBEBE. Windows color (decimal): -3161225 or 7848911. OLE color: 7848911.
HSL color Cylindrical-coordinate representation of color #CFC377: hue angle of 51.82º 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 #CFC377 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 119 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.19 |
| HSL | 51.82º | 0.48% | 0.64% | - |
| HSV(B) | 51.82º | 0.43% | 0.81% | - |
| XYZ | 48.58 | 53.63 | 25.24 | - |
| YUV | 189.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 119 | 0 | 0.06 | 0.43 | 0.19 | 51.82 | 0.48 | 0.64 |
| Hex | CF | C3 | 77 | 0 | 6 | 2B | 13 | 34 | 30 | 40 |
| Octal | 317 | 303 | 167 | 0 | 6 | 53 | 23 | 64 | 60 | 100 |
| Binary | 11001111 | 11000011 | 1110111 | 0 | 110 | 101011 | 10011 | 110100 | 110000 | 1000000 |
Color Harmonies of #CFC377
Complementary color
Monochromatic Colors of #CFC377
Black with #CFC377
Text Example
Text Example
White with #CFC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC377; }
p { color: rgb(207,195,119); }
H1.HeaderClassName
{
color: #CFC377;
}
.AnyTagClassName
{
color: #CFC377;
}
</style>
background-color css
<style>
a { background-color: #CFC377; }
a { background-color: rgb(207,195,119); }
div.DivClassName
{
background-color: #CFC377;
}
.BgClassName
{
background-color: #CFC377;
}
</style>
border-color css
<style>
span { border-color: #CFC377; }
span { border-color: rgb(207,195,119); }
td.TdClassName
{
border-color: #CFC377;
}
.TagClassName
{
border-color: #CFC377;
}
</style>