Shades of Barberry #CBC420
Tints of Barberry #CBC420
RGB
CMYK
RGB Variations
Color information
#CBC420 (or 0xCBC420) is known color: Barberry. HEX triplet: CB, C4 and 20. RGB value is (203,196,32). Sum of RGB (Red+Green+Blue) = 203+196+32=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC420 is #343BDF. Grayscale: #B4B4B4. Windows color (decimal): -3423200 or 2147531. OLE color: 2147531.
HSL color Cylindrical-coordinate representation of color #CBC420: hue angle of 57.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBC420 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 32 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.20 |
| HSL | 57.54º | 0.73% | 0.46% | - |
| HSV(B) | 57.54º | 0.84% | 0.8% | - |
| XYZ | 44.63 | 52.28 | 9.11 | - |
| YUV | 179.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 32 | 0 | 0.03 | 0.84 | 0.20 | 57.54 | 0.73 | 0.46 |
| Hex | CB | C4 | 20 | 0 | 3 | 54 | 14 | 3A | 49 | 2E |
| Octal | 313 | 304 | 40 | 0 | 3 | 124 | 24 | 72 | 111 | 56 |
| Binary | 11001011 | 11000100 | 100000 | 0 | 11 | 1010100 | 10100 | 111010 | 1001001 | 101110 |
Color Harmonies of #CBC420
Complementary color
Monochromatic Colors of #CBC420
Black with #CBC420
Text Example
Text Example
White with #CBC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC420; }
p { color: rgb(203,196,32); }
H1.HeaderClassName
{
color: #CBC420;
}
.AnyTagClassName
{
color: #CBC420;
}
</style>
background-color css
<style>
a { background-color: #CBC420; }
a { background-color: rgb(203,196,32); }
div.DivClassName
{
background-color: #CBC420;
}
.BgClassName
{
background-color: #CBC420;
}
</style>
border-color css
<style>
span { border-color: #CBC420; }
span { border-color: rgb(203,196,32); }
td.TdClassName
{
border-color: #CBC420;
}
.TagClassName
{
border-color: #CBC420;
}
</style>