Shades of Winter Hazel #CFC27F
Tints of Winter Hazel #CFC27F
RGB
CMYK
RGB Variations
Color information
#CFC27F (or 0xCFC27F) is known color: Winter Hazel. HEX triplet: CF, C2 and 7F. RGB value is (207,194,127). Sum of RGB (Red+Green+Blue) = 207+194+127=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC27F is #303D80. Grayscale: #BEBEBE. Windows color (decimal): -3161473 or 8372943. OLE color: 8372943.
HSL color Cylindrical-coordinate representation of color #CFC27F: hue angle of 50.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC27F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 127 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.19 |
| HSL | 50.25º | 0.45% | 0.65% | - |
| HSV(B) | 50.25º | 0.39% | 0.81% | - |
| XYZ | 48.85 | 53.38 | 27.81 | - |
| YUV | 190.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 127 | 0 | 0.06 | 0.39 | 0.19 | 50.25 | 0.45 | 0.65 |
| Hex | CF | C2 | 7F | 0 | 6 | 27 | 13 | 32 | 2D | 41 |
| Octal | 317 | 302 | 177 | 0 | 6 | 47 | 23 | 62 | 55 | 101 |
| Binary | 11001111 | 11000010 | 1111111 | 0 | 110 | 100111 | 10011 | 110010 | 101101 | 1000001 |
Color Harmonies of #CFC27F
Complementary color
Monochromatic Colors of #CFC27F
Black with #CFC27F
Text Example
Text Example
White with #CFC27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC27F; }
p { color: rgb(207,194,127); }
H1.HeaderClassName
{
color: #CFC27F;
}
.AnyTagClassName
{
color: #CFC27F;
}
</style>
background-color css
<style>
a { background-color: #CFC27F; }
a { background-color: rgb(207,194,127); }
div.DivClassName
{
background-color: #CFC27F;
}
.BgClassName
{
background-color: #CFC27F;
}
</style>
border-color css
<style>
span { border-color: #CFC27F; }
span { border-color: rgb(207,194,127); }
td.TdClassName
{
border-color: #CFC27F;
}
.TagClassName
{
border-color: #CFC27F;
}
</style>