Shades of Winter Hazel #CBC37E
Tints of Winter Hazel #CBC37E
RGB
CMYK
RGB Variations
Color information
#CBC37E (or 0xCBC37E) is known color: Winter Hazel. HEX triplet: CB, C3 and 7E. RGB value is (203,195,126). Sum of RGB (Red+Green+Blue) = 203+195+126=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC37E is #343C81. Grayscale: #BDBDBD. Windows color (decimal): -3423362 or 8307659. OLE color: 8307659.
HSL color Cylindrical-coordinate representation of color #CBC37E: hue angle of 53.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBC37E is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 126 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.20 |
| HSL | 53.77º | 0.43% | 0.65% | - |
| HSV(B) | 53.77º | 0.38% | 0.8% | - |
| XYZ | 47.91 | 53.23 | 27.49 | - |
| YUV | 189.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 126 | 0 | 0.04 | 0.38 | 0.20 | 53.77 | 0.43 | 0.65 |
| Hex | CB | C3 | 7E | 0 | 4 | 26 | 14 | 36 | 2B | 41 |
| Octal | 313 | 303 | 176 | 0 | 4 | 46 | 24 | 66 | 53 | 101 |
| Binary | 11001011 | 11000011 | 1111110 | 0 | 100 | 100110 | 10100 | 110110 | 101011 | 1000001 |
Color Harmonies of #CBC37E
Complementary color
Monochromatic Colors of #CBC37E
Black with #CBC37E
Text Example
Text Example
White with #CBC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC37E; }
p { color: rgb(203,195,126); }
H1.HeaderClassName
{
color: #CBC37E;
}
.AnyTagClassName
{
color: #CBC37E;
}
</style>
background-color css
<style>
a { background-color: #CBC37E; }
a { background-color: rgb(203,195,126); }
div.DivClassName
{
background-color: #CBC37E;
}
.BgClassName
{
background-color: #CBC37E;
}
</style>
border-color css
<style>
span { border-color: #CBC37E; }
span { border-color: rgb(203,195,126); }
td.TdClassName
{
border-color: #CBC37E;
}
.TagClassName
{
border-color: #CBC37E;
}
</style>