Shades of Winter Hazel #CBC07F
Tints of Winter Hazel #CBC07F
RGB
CMYK
RGB Variations
Color information
#CBC07F (or 0xCBC07F) is known color: Winter Hazel. HEX triplet: CB, C0 and 7F. RGB value is (203,192,127). Sum of RGB (Red+Green+Blue) = 203+192+127=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC07F is #343F80. Grayscale: #BCBCBC. Windows color (decimal): -3424129 or 8372427. OLE color: 8372427.
HSL color Cylindrical-coordinate representation of color #CBC07F: hue angle of 51.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBC07F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 127 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.20 |
| HSL | 51.32º | 0.42% | 0.65% | - |
| HSV(B) | 51.32º | 0.37% | 0.8% | - |
| XYZ | 47.31 | 51.93 | 27.61 | - |
| YUV | 187.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 127 | 0 | 0.05 | 0.37 | 0.20 | 51.32 | 0.42 | 0.65 |
| Hex | CB | C0 | 7F | 0 | 5 | 25 | 14 | 33 | 2A | 41 |
| Octal | 313 | 300 | 177 | 0 | 5 | 45 | 24 | 63 | 52 | 101 |
| Binary | 11001011 | 11000000 | 1111111 | 0 | 101 | 100101 | 10100 | 110011 | 101010 | 1000001 |
Color Harmonies of #CBC07F
Complementary color
Monochromatic Colors of #CBC07F
Black with #CBC07F
Text Example
Text Example
White with #CBC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC07F; }
p { color: rgb(203,192,127); }
H1.HeaderClassName
{
color: #CBC07F;
}
.AnyTagClassName
{
color: #CBC07F;
}
</style>
background-color css
<style>
a { background-color: #CBC07F; }
a { background-color: rgb(203,192,127); }
div.DivClassName
{
background-color: #CBC07F;
}
.BgClassName
{
background-color: #CBC07F;
}
</style>
border-color css
<style>
span { border-color: #CBC07F; }
span { border-color: rgb(203,192,127); }
td.TdClassName
{
border-color: #CBC07F;
}
.TagClassName
{
border-color: #CBC07F;
}
</style>