Shades of Winter Hazel #CFC38A
Tints of Winter Hazel #CFC38A
RGB
CMYK
RGB Variations
Color information
#CFC38A (or 0xCFC38A) is known color: Winter Hazel. HEX triplet: CF, C3 and 8A. RGB value is (207,195,138). Sum of RGB (Red+Green+Blue) = 207+195+138=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC38A is #303C75. Grayscale: #C0C0C0. Windows color (decimal): -3161206 or 9094095. OLE color: 9094095.
HSL color Cylindrical-coordinate representation of color #CFC38A: hue angle of 49.57º 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 #CFC38A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 138 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.19 |
| HSL | 49.57º | 0.42% | 0.68% | - |
| HSV(B) | 49.57º | 0.33% | 0.81% | - |
| XYZ | 49.83 | 54.13 | 31.87 | - |
| YUV | 192.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 138 | 0 | 0.06 | 0.33 | 0.19 | 49.57 | 0.42 | 0.68 |
| Hex | CF | C3 | 8A | 0 | 6 | 21 | 13 | 32 | 2A | 44 |
| Octal | 317 | 303 | 212 | 0 | 6 | 41 | 23 | 62 | 52 | 104 |
| Binary | 11001111 | 11000011 | 10001010 | 0 | 110 | 100001 | 10011 | 110010 | 101010 | 1000100 |
Color Harmonies of #CFC38A
Complementary color
Monochromatic Colors of #CFC38A
Black with #CFC38A
Text Example
Text Example
White with #CFC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC38A; }
p { color: rgb(207,195,138); }
H1.HeaderClassName
{
color: #CFC38A;
}
.AnyTagClassName
{
color: #CFC38A;
}
</style>
background-color css
<style>
a { background-color: #CFC38A; }
a { background-color: rgb(207,195,138); }
div.DivClassName
{
background-color: #CFC38A;
}
.BgClassName
{
background-color: #CFC38A;
}
</style>
border-color css
<style>
span { border-color: #CFC38A; }
span { border-color: rgb(207,195,138); }
td.TdClassName
{
border-color: #CFC38A;
}
.TagClassName
{
border-color: #CFC38A;
}
</style>