Shades of Winter Hazel #CFC98A
Tints of Winter Hazel #CFC98A
RGB
CMYK
RGB Variations
Color information
#CFC98A (or 0xCFC98A) is known color: Winter Hazel. HEX triplet: CF, C9 and 8A. RGB value is (207,201,138). Sum of RGB (Red+Green+Blue) = 207+201+138=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC98A is #303675. Grayscale: #C3C3C3. Windows color (decimal): -3159670 or 9095631. OLE color: 9095631.
HSL color Cylindrical-coordinate representation of color #CFC98A: hue angle of 54.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFC98A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 138 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.19 |
| HSL | 54.78º | 0.42% | 0.68% | - |
| HSV(B) | 54.78º | 0.33% | 0.81% | - |
| XYZ | 51.21 | 56.87 | 32.32 | - |
| YUV | 195.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 138 | 0 | 0.03 | 0.33 | 0.19 | 54.78 | 0.42 | 0.68 |
| Hex | CF | C9 | 8A | 0 | 3 | 21 | 13 | 37 | 2A | 44 |
| Octal | 317 | 311 | 212 | 0 | 3 | 41 | 23 | 67 | 52 | 104 |
| Binary | 11001111 | 11001001 | 10001010 | 0 | 11 | 100001 | 10011 | 110111 | 101010 | 1000100 |
Color Harmonies of #CFC98A
Complementary color
Monochromatic Colors of #CFC98A
Black with #CFC98A
Text Example
Text Example
White with #CFC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC98A; }
p { color: rgb(207,201,138); }
H1.HeaderClassName
{
color: #CFC98A;
}
.AnyTagClassName
{
color: #CFC98A;
}
</style>
background-color css
<style>
a { background-color: #CFC98A; }
a { background-color: rgb(207,201,138); }
div.DivClassName
{
background-color: #CFC98A;
}
.BgClassName
{
background-color: #CFC98A;
}
</style>
border-color css
<style>
span { border-color: #CFC98A; }
span { border-color: rgb(207,201,138); }
td.TdClassName
{
border-color: #CFC98A;
}
.TagClassName
{
border-color: #CFC98A;
}
</style>