Shades of Winter Hazel #CFC88B
Tints of Winter Hazel #CFC88B
RGB
CMYK
RGB Variations
Color information
#CFC88B (or 0xCFC88B) is known color: Winter Hazel. HEX triplet: CF, C8 and 8B. RGB value is (207,200,139). Sum of RGB (Red+Green+Blue) = 207+200+139=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC88B is #303774. Grayscale: #C3C3C3. Windows color (decimal): -3159925 or 9160911. OLE color: 9160911.
HSL color Cylindrical-coordinate representation of color #CFC88B: hue angle of 53.82º degrees, saturation: 0.41, 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 #CFC88B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 139 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.19 |
| HSL | 53.82º | 0.41% | 0.68% | - |
| HSV(B) | 53.82º | 0.33% | 0.81% | - |
| XYZ | 51.05 | 56.44 | 32.63 | - |
| YUV | 195.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 139 | 0 | 0.03 | 0.33 | 0.19 | 53.82 | 0.41 | 0.68 |
| Hex | CF | C8 | 8B | 0 | 3 | 21 | 13 | 36 | 29 | 44 |
| Octal | 317 | 310 | 213 | 0 | 3 | 41 | 23 | 66 | 51 | 104 |
| Binary | 11001111 | 11001000 | 10001011 | 0 | 11 | 100001 | 10011 | 110110 | 101001 | 1000100 |
Color Harmonies of #CFC88B
Complementary color
Monochromatic Colors of #CFC88B
Black with #CFC88B
Text Example
Text Example
White with #CFC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC88B; }
p { color: rgb(207,200,139); }
H1.HeaderClassName
{
color: #CFC88B;
}
.AnyTagClassName
{
color: #CFC88B;
}
</style>
background-color css
<style>
a { background-color: #CFC88B; }
a { background-color: rgb(207,200,139); }
div.DivClassName
{
background-color: #CFC88B;
}
.BgClassName
{
background-color: #CFC88B;
}
</style>
border-color css
<style>
span { border-color: #CFC88B; }
span { border-color: rgb(207,200,139); }
td.TdClassName
{
border-color: #CFC88B;
}
.TagClassName
{
border-color: #CFC88B;
}
</style>