Shades of Winter Hazel #CBC78D
Tints of Winter Hazel #CBC78D
RGB
CMYK
RGB Variations
Color information
#CBC78D (or 0xCBC78D) is known color: Winter Hazel. HEX triplet: CB, C7 and 8D. RGB value is (203,199,141). Sum of RGB (Red+Green+Blue) = 203+199+141=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC78D is #343872. Grayscale: #C1C1C1. Windows color (decimal): -3422323 or 9291723. OLE color: 9291723.
HSL color Cylindrical-coordinate representation of color #CBC78D: hue angle of 56.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC78D is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 141 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.20 |
| HSL | 56.13º | 0.37% | 0.67% | - |
| HSV(B) | 56.13º | 0.31% | 0.8% | - |
| XYZ | 49.86 | 55.47 | 33.28 | - |
| YUV | 193.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 141 | 0 | 0.02 | 0.31 | 0.20 | 56.13 | 0.37 | 0.67 |
| Hex | CB | C7 | 8D | 0 | 2 | 1F | 14 | 38 | 25 | 43 |
| Octal | 313 | 307 | 215 | 0 | 2 | 37 | 24 | 70 | 45 | 103 |
| Binary | 11001011 | 11000111 | 10001101 | 0 | 10 | 11111 | 10100 | 111000 | 100101 | 1000011 |
Color Harmonies of #CBC78D
Complementary color
Monochromatic Colors of #CBC78D
Black with #CBC78D
Text Example
Text Example
White with #CBC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC78D; }
p { color: rgb(203,199,141); }
H1.HeaderClassName
{
color: #CBC78D;
}
.AnyTagClassName
{
color: #CBC78D;
}
</style>
background-color css
<style>
a { background-color: #CBC78D; }
a { background-color: rgb(203,199,141); }
div.DivClassName
{
background-color: #CBC78D;
}
.BgClassName
{
background-color: #CBC78D;
}
</style>
border-color css
<style>
span { border-color: #CBC78D; }
span { border-color: rgb(203,199,141); }
td.TdClassName
{
border-color: #CBC78D;
}
.TagClassName
{
border-color: #CBC78D;
}
</style>