Shades of Barberry #CBC121
Tints of Barberry #CBC121
RGB
CMYK
RGB Variations
Color information
#CBC121 (or 0xCBC121) is known color: Barberry. HEX triplet: CB, C1 and 21. RGB value is (203,193,33). Sum of RGB (Red+Green+Blue) = 203+193+33=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC121 is #343EDE. Grayscale: #B2B2B2. Windows color (decimal): -3423967 or 2212299. OLE color: 2212299.
HSL color Cylindrical-coordinate representation of color #CBC121: hue angle of 56.47º degrees, saturation: 0.72, 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 #CBC121 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.20 |
| HSL | 56.47º | 0.72% | 0.46% | - |
| HSV(B) | 56.47º | 0.84% | 0.8% | - |
| XYZ | 43.97 | 50.95 | 8.95 | - |
| YUV | 177.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 33 | 0 | 0.05 | 0.84 | 0.20 | 56.47 | 0.72 | 0.46 |
| Hex | CB | C1 | 21 | 0 | 5 | 54 | 14 | 38 | 48 | 2E |
| Octal | 313 | 301 | 41 | 0 | 5 | 124 | 24 | 70 | 110 | 56 |
| Binary | 11001011 | 11000001 | 100001 | 0 | 101 | 1010100 | 10100 | 111000 | 1001000 | 101110 |
Color Harmonies of #CBC121
Complementary color
Monochromatic Colors of #CBC121
Black with #CBC121
Text Example
Text Example
White with #CBC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC121; }
p { color: rgb(203,193,33); }
H1.HeaderClassName
{
color: #CBC121;
}
.AnyTagClassName
{
color: #CBC121;
}
</style>
background-color css
<style>
a { background-color: #CBC121; }
a { background-color: rgb(203,193,33); }
div.DivClassName
{
background-color: #CBC121;
}
.BgClassName
{
background-color: #CBC121;
}
</style>
border-color css
<style>
span { border-color: #CBC121; }
span { border-color: rgb(203,193,33); }
td.TdClassName
{
border-color: #CBC121;
}
.TagClassName
{
border-color: #CBC121;
}
</style>