Shades of Winter Hazel #CBC78B
Tints of Winter Hazel #CBC78B
RGB
CMYK
RGB Variations
Color information
#CBC78B (or 0xCBC78B) is known color: Winter Hazel. HEX triplet: CB, C7 and 8B. RGB value is (203,199,139). Sum of RGB (Red+Green+Blue) = 203+199+139=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC78B is #343874. Grayscale: #C1C1C1. Windows color (decimal): -3422325 or 9160651. OLE color: 9160651.
HSL color Cylindrical-coordinate representation of color #CBC78B: hue angle of 56.25º 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 #CBC78B is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 139 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.20 |
| HSL | 56.25º | 0.38% | 0.67% | - |
| HSV(B) | 56.25º | 0.32% | 0.8% | - |
| XYZ | 49.71 | 55.41 | 32.5 | - |
| YUV | 193.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 139 | 0 | 0.02 | 0.32 | 0.20 | 56.25 | 0.38 | 0.67 |
| Hex | CB | C7 | 8B | 0 | 2 | 20 | 14 | 38 | 26 | 43 |
| Octal | 313 | 307 | 213 | 0 | 2 | 40 | 24 | 70 | 46 | 103 |
| Binary | 11001011 | 11000111 | 10001011 | 0 | 10 | 100000 | 10100 | 111000 | 100110 | 1000011 |
Color Harmonies of #CBC78B
Complementary color
Monochromatic Colors of #CBC78B
Black with #CBC78B
Text Example
Text Example
White with #CBC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC78B; }
p { color: rgb(203,199,139); }
H1.HeaderClassName
{
color: #CBC78B;
}
.AnyTagClassName
{
color: #CBC78B;
}
</style>
background-color css
<style>
a { background-color: #CBC78B; }
a { background-color: rgb(203,199,139); }
div.DivClassName
{
background-color: #CBC78B;
}
.BgClassName
{
background-color: #CBC78B;
}
</style>
border-color css
<style>
span { border-color: #CBC78B; }
span { border-color: rgb(203,199,139); }
td.TdClassName
{
border-color: #CBC78B;
}
.TagClassName
{
border-color: #CBC78B;
}
</style>