Shades of Barberry #CBC82E
Tints of Barberry #CBC82E
RGB
CMYK
RGB Variations
Color information
#CBC82E (or 0xCBC82E) is known color: Barberry. HEX triplet: CB, C8 and 2E. RGB value is (203,200,46). Sum of RGB (Red+Green+Blue) = 203+200+46=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC82E is #3437D1. Grayscale: #B7B7B7. Windows color (decimal): -3422162 or 3066059. OLE color: 3066059.
HSL color Cylindrical-coordinate representation of color #CBC82E: hue angle of 58.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBC82E is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 46 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.20 |
| HSL | 58.85º | 0.63% | 0.49% | - |
| HSV(B) | 58.85º | 0.77% | 0.8% | - |
| XYZ | 45.78 | 54.2 | 10.63 | - |
| YUV | 183.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 46 | 0 | 0.01 | 0.77 | 0.20 | 58.85 | 0.63 | 0.49 |
| Hex | CB | C8 | 2E | 0 | 1 | 4D | 14 | 3B | 3F | 31 |
| Octal | 313 | 310 | 56 | 0 | 1 | 115 | 24 | 73 | 77 | 61 |
| Binary | 11001011 | 11001000 | 101110 | 0 | 1 | 1001101 | 10100 | 111011 | 111111 | 110001 |
Color Harmonies of #CBC82E
Complementary color
Monochromatic Colors of #CBC82E
Black with #CBC82E
Text Example
Text Example
White with #CBC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC82E; }
p { color: rgb(203,200,46); }
H1.HeaderClassName
{
color: #CBC82E;
}
.AnyTagClassName
{
color: #CBC82E;
}
</style>
background-color css
<style>
a { background-color: #CBC82E; }
a { background-color: rgb(203,200,46); }
div.DivClassName
{
background-color: #CBC82E;
}
.BgClassName
{
background-color: #CBC82E;
}
</style>
border-color css
<style>
span { border-color: #CBC82E; }
span { border-color: rgb(203,200,46); }
td.TdClassName
{
border-color: #CBC82E;
}
.TagClassName
{
border-color: #CBC82E;
}
</style>