Shades of Winter Hazel #CFC291
Tints of Winter Hazel #CFC291
RGB
CMYK
RGB Variations
Color information
#CFC291 (or 0xCFC291) is known color: Winter Hazel. HEX triplet: CF, C2 and 91. RGB value is (207,194,145). Sum of RGB (Red+Green+Blue) = 207+194+145=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC291 is #303D6E. Grayscale: #C0C0C0. Windows color (decimal): -3161455 or 9552591. OLE color: 9552591.
HSL color Cylindrical-coordinate representation of color #CFC291: hue angle of 47.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFC291 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 145 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.19 |
| HSL | 47.42º | 0.39% | 0.69% | - |
| HSV(B) | 47.42º | 0.3% | 0.81% | - |
| XYZ | 50.13 | 53.89 | 34.55 | - |
| YUV | 192.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 145 | 0 | 0.06 | 0.30 | 0.19 | 47.42 | 0.39 | 0.69 |
| Hex | CF | C2 | 91 | 0 | 6 | 1E | 13 | 2F | 27 | 45 |
| Octal | 317 | 302 | 221 | 0 | 6 | 36 | 23 | 57 | 47 | 105 |
| Binary | 11001111 | 11000010 | 10010001 | 0 | 110 | 11110 | 10011 | 101111 | 100111 | 1000101 |
Color Harmonies of #CFC291
Complementary color
Monochromatic Colors of #CFC291
Black with #CFC291
Text Example
Text Example
White with #CFC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC291; }
p { color: rgb(207,194,145); }
H1.HeaderClassName
{
color: #CFC291;
}
.AnyTagClassName
{
color: #CFC291;
}
</style>
background-color css
<style>
a { background-color: #CFC291; }
a { background-color: rgb(207,194,145); }
div.DivClassName
{
background-color: #CFC291;
}
.BgClassName
{
background-color: #CFC291;
}
</style>
border-color css
<style>
span { border-color: #CFC291; }
span { border-color: rgb(207,194,145); }
td.TdClassName
{
border-color: #CFC291;
}
.TagClassName
{
border-color: #CFC291;
}
</style>