Shades of Winter Hazel #CFC388
Tints of Winter Hazel #CFC388
RGB
CMYK
RGB Variations
Color information
#CFC388 (or 0xCFC388) is known color: Winter Hazel. HEX triplet: CF, C3 and 88. RGB value is (207,195,136). Sum of RGB (Red+Green+Blue) = 207+195+136=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC388 is #303C77. Grayscale: #C0C0C0. Windows color (decimal): -3161208 or 8963023. OLE color: 8963023.
HSL color Cylindrical-coordinate representation of color #CFC388: hue angle of 49.86º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFC388 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 136 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.19 |
| HSL | 49.86º | 0.43% | 0.67% | - |
| HSV(B) | 49.86º | 0.34% | 0.81% | - |
| XYZ | 49.69 | 54.07 | 31.11 | - |
| YUV | 191.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 136 | 0 | 0.06 | 0.34 | 0.19 | 49.86 | 0.43 | 0.67 |
| Hex | CF | C3 | 88 | 0 | 6 | 22 | 13 | 32 | 2B | 43 |
| Octal | 317 | 303 | 210 | 0 | 6 | 42 | 23 | 62 | 53 | 103 |
| Binary | 11001111 | 11000011 | 10001000 | 0 | 110 | 100010 | 10011 | 110010 | 101011 | 1000011 |
Color Harmonies of #CFC388
Complementary color
Monochromatic Colors of #CFC388
Black with #CFC388
Text Example
Text Example
White with #CFC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC388; }
p { color: rgb(207,195,136); }
H1.HeaderClassName
{
color: #CFC388;
}
.AnyTagClassName
{
color: #CFC388;
}
</style>
background-color css
<style>
a { background-color: #CFC388; }
a { background-color: rgb(207,195,136); }
div.DivClassName
{
background-color: #CFC388;
}
.BgClassName
{
background-color: #CFC388;
}
</style>
border-color css
<style>
span { border-color: #CFC388; }
span { border-color: rgb(207,195,136); }
td.TdClassName
{
border-color: #CFC388;
}
.TagClassName
{
border-color: #CFC388;
}
</style>