Shades of Winter Hazel #CBC57D
Tints of Winter Hazel #CBC57D
RGB
CMYK
RGB Variations
Color information
#CBC57D (or 0xCBC57D) is known color: Winter Hazel. HEX triplet: CB, C5 and 7D. RGB value is (203,197,125). Sum of RGB (Red+Green+Blue) = 203+197+125=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC57D is #343A82. Grayscale: #BEBEBE. Windows color (decimal): -3422851 or 8242635. OLE color: 8242635.
HSL color Cylindrical-coordinate representation of color #CBC57D: hue angle of 55.38º 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 #CBC57D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 125 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.20 |
| HSL | 55.38º | 0.43% | 0.64% | - |
| HSV(B) | 55.38º | 0.38% | 0.8% | - |
| XYZ | 48.3 | 54.11 | 27.3 | - |
| YUV | 190.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 125 | 0 | 0.03 | 0.38 | 0.20 | 55.38 | 0.43 | 0.64 |
| Hex | CB | C5 | 7D | 0 | 3 | 26 | 14 | 37 | 2B | 40 |
| Octal | 313 | 305 | 175 | 0 | 3 | 46 | 24 | 67 | 53 | 100 |
| Binary | 11001011 | 11000101 | 1111101 | 0 | 11 | 100110 | 10100 | 110111 | 101011 | 1000000 |
Color Harmonies of #CBC57D
Complementary color
Monochromatic Colors of #CBC57D
Black with #CBC57D
Text Example
Text Example
White with #CBC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC57D; }
p { color: rgb(203,197,125); }
H1.HeaderClassName
{
color: #CBC57D;
}
.AnyTagClassName
{
color: #CBC57D;
}
</style>
background-color css
<style>
a { background-color: #CBC57D; }
a { background-color: rgb(203,197,125); }
div.DivClassName
{
background-color: #CBC57D;
}
.BgClassName
{
background-color: #CBC57D;
}
</style>
border-color css
<style>
span { border-color: #CBC57D; }
span { border-color: rgb(203,197,125); }
td.TdClassName
{
border-color: #CBC57D;
}
.TagClassName
{
border-color: #CBC57D;
}
</style>