Shades of Winter Hazel #CBC78A
Tints of Winter Hazel #CBC78A
RGB
CMYK
RGB Variations
Color information
#CBC78A (or 0xCBC78A) is known color: Winter Hazel. HEX triplet: CB, C7 and 8A. RGB value is (203,199,138). Sum of RGB (Red+Green+Blue) = 203+199+138=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC78A is #343875. Grayscale: #C1C1C1. Windows color (decimal): -3422326 or 9095115. OLE color: 9095115.
HSL color Cylindrical-coordinate representation of color #CBC78A: hue angle of 56.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBC78A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 138 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.20 |
| HSL | 56.31º | 0.38% | 0.67% | - |
| HSV(B) | 56.31º | 0.32% | 0.8% | - |
| XYZ | 49.64 | 55.38 | 32.12 | - |
| YUV | 193.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 138 | 0 | 0.02 | 0.32 | 0.20 | 56.31 | 0.38 | 0.67 |
| Hex | CB | C7 | 8A | 0 | 2 | 20 | 14 | 38 | 26 | 43 |
| Octal | 313 | 307 | 212 | 0 | 2 | 40 | 24 | 70 | 46 | 103 |
| Binary | 11001011 | 11000111 | 10001010 | 0 | 10 | 100000 | 10100 | 111000 | 100110 | 1000011 |
Color Harmonies of #CBC78A
Complementary color
Monochromatic Colors of #CBC78A
Black with #CBC78A
Text Example
Text Example
White with #CBC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC78A; }
p { color: rgb(203,199,138); }
H1.HeaderClassName
{
color: #CBC78A;
}
.AnyTagClassName
{
color: #CBC78A;
}
</style>
background-color css
<style>
a { background-color: #CBC78A; }
a { background-color: rgb(203,199,138); }
div.DivClassName
{
background-color: #CBC78A;
}
.BgClassName
{
background-color: #CBC78A;
}
</style>
border-color css
<style>
span { border-color: #CBC78A; }
span { border-color: rgb(203,199,138); }
td.TdClassName
{
border-color: #CBC78A;
}
.TagClassName
{
border-color: #CBC78A;
}
</style>