Shades of Barberry #CBC22E
Tints of Barberry #CBC22E
RGB
CMYK
RGB Variations
Color information
#CBC22E (or 0xCBC22E) is known color: Barberry. HEX triplet: CB, C2 and 2E. RGB value is (203,194,46). Sum of RGB (Red+Green+Blue) = 203+194+46=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC22E is #343DD1. Grayscale: #B4B4B4. Windows color (decimal): -3423698 or 3064523. OLE color: 3064523.
HSL color Cylindrical-coordinate representation of color #CBC22E: hue angle of 56.56º 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 #CBC22E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 46 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.20 |
| HSL | 56.56º | 0.63% | 0.49% | - |
| HSV(B) | 56.56º | 0.77% | 0.8% | - |
| XYZ | 44.41 | 51.48 | 10.18 | - |
| YUV | 179.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 46 | 0 | 0.04 | 0.77 | 0.20 | 56.56 | 0.63 | 0.49 |
| Hex | CB | C2 | 2E | 0 | 4 | 4D | 14 | 39 | 3F | 31 |
| Octal | 313 | 302 | 56 | 0 | 4 | 115 | 24 | 71 | 77 | 61 |
| Binary | 11001011 | 11000010 | 101110 | 0 | 100 | 1001101 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CBC22E
Complementary color
Monochromatic Colors of #CBC22E
Black with #CBC22E
Text Example
Text Example
White with #CBC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC22E; }
p { color: rgb(203,194,46); }
H1.HeaderClassName
{
color: #CBC22E;
}
.AnyTagClassName
{
color: #CBC22E;
}
</style>
background-color css
<style>
a { background-color: #CBC22E; }
a { background-color: rgb(203,194,46); }
div.DivClassName
{
background-color: #CBC22E;
}
.BgClassName
{
background-color: #CBC22E;
}
</style>
border-color css
<style>
span { border-color: #CBC22E; }
span { border-color: rgb(203,194,46); }
td.TdClassName
{
border-color: #CBC22E;
}
.TagClassName
{
border-color: #CBC22E;
}
</style>