Shades of Winter Hazel #CBC07D
Tints of Winter Hazel #CBC07D
RGB
CMYK
RGB Variations
Color information
#CBC07D (or 0xCBC07D) is known color: Winter Hazel. HEX triplet: CB, C0 and 7D. RGB value is (203,192,125). Sum of RGB (Red+Green+Blue) = 203+192+125=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC07D is #343F82. Grayscale: #BBBBBB. Windows color (decimal): -3424131 or 8241355. OLE color: 8241355.
HSL color Cylindrical-coordinate representation of color #CBC07D: hue angle of 51.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBC07D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 125 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.20 |
| HSL | 51.54º | 0.43% | 0.64% | - |
| HSV(B) | 51.54º | 0.38% | 0.8% | - |
| XYZ | 47.18 | 51.88 | 26.93 | - |
| YUV | 187.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 125 | 0 | 0.05 | 0.38 | 0.20 | 51.54 | 0.43 | 0.64 |
| Hex | CB | C0 | 7D | 0 | 5 | 26 | 14 | 34 | 2B | 40 |
| Octal | 313 | 300 | 175 | 0 | 5 | 46 | 24 | 64 | 53 | 100 |
| Binary | 11001011 | 11000000 | 1111101 | 0 | 101 | 100110 | 10100 | 110100 | 101011 | 1000000 |
Color Harmonies of #CBC07D
Complementary color
Monochromatic Colors of #CBC07D
Black with #CBC07D
Text Example
Text Example
White with #CBC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC07D; }
p { color: rgb(203,192,125); }
H1.HeaderClassName
{
color: #CBC07D;
}
.AnyTagClassName
{
color: #CBC07D;
}
</style>
background-color css
<style>
a { background-color: #CBC07D; }
a { background-color: rgb(203,192,125); }
div.DivClassName
{
background-color: #CBC07D;
}
.BgClassName
{
background-color: #CBC07D;
}
</style>
border-color css
<style>
span { border-color: #CBC07D; }
span { border-color: rgb(203,192,125); }
td.TdClassName
{
border-color: #CBC07D;
}
.TagClassName
{
border-color: #CBC07D;
}
</style>