Shades of Winter Hazel #CFC17B
Tints of Winter Hazel #CFC17B
RGB
CMYK
RGB Variations
Color information
#CFC17B (or 0xCFC17B) is known color: Winter Hazel. HEX triplet: CF, C1 and 7B. RGB value is (207,193,123). Sum of RGB (Red+Green+Blue) = 207+193+123=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC17B is #303E84. Grayscale: #BDBDBD. Windows color (decimal): -3161733 or 8110543. OLE color: 8110543.
HSL color Cylindrical-coordinate representation of color #CFC17B: hue angle of 50º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFC17B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 123 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.19 |
| HSL | 50º | 0.47% | 0.65% | - |
| HSV(B) | 50º | 0.41% | 0.81% | - |
| XYZ | 48.38 | 52.84 | 26.39 | - |
| YUV | 189.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 123 | 0 | 0.07 | 0.41 | 0.19 | 50 | 0.47 | 0.65 |
| Hex | CF | C1 | 7B | 0 | 7 | 29 | 13 | 32 | 2F | 41 |
| Octal | 317 | 301 | 173 | 0 | 7 | 51 | 23 | 62 | 57 | 101 |
| Binary | 11001111 | 11000001 | 1111011 | 0 | 111 | 101001 | 10011 | 110010 | 101111 | 1000001 |
Color Harmonies of #CFC17B
Complementary color
Monochromatic Colors of #CFC17B
Black with #CFC17B
Text Example
Text Example
White with #CFC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC17B; }
p { color: rgb(207,193,123); }
H1.HeaderClassName
{
color: #CFC17B;
}
.AnyTagClassName
{
color: #CFC17B;
}
</style>
background-color css
<style>
a { background-color: #CFC17B; }
a { background-color: rgb(207,193,123); }
div.DivClassName
{
background-color: #CFC17B;
}
.BgClassName
{
background-color: #CFC17B;
}
</style>
border-color css
<style>
span { border-color: #CFC17B; }
span { border-color: rgb(207,193,123); }
td.TdClassName
{
border-color: #CFC17B;
}
.TagClassName
{
border-color: #CFC17B;
}
</style>