Shades of Barberry #CBC02C
Tints of Barberry #CBC02C
RGB
CMYK
RGB Variations
Color information
#CBC02C (or 0xCBC02C) is known color: Barberry. HEX triplet: CB, C0 and 2C. RGB value is (203,192,44). Sum of RGB (Red+Green+Blue) = 203+192+44=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC02C is #343FD3. Grayscale: #B3B3B3. Windows color (decimal): -3424212 or 2932939. OLE color: 2932939.
HSL color Cylindrical-coordinate representation of color #CBC02C: hue angle of 55.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBC02C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 44 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.20 |
| HSL | 55.85º | 0.64% | 0.48% | - |
| HSV(B) | 55.85º | 0.78% | 0.8% | - |
| XYZ | 43.93 | 50.58 | 9.83 | - |
| YUV | 178.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 44 | 0 | 0.05 | 0.78 | 0.20 | 55.85 | 0.64 | 0.48 |
| Hex | CB | C0 | 2C | 0 | 5 | 4E | 14 | 38 | 40 | 30 |
| Octal | 313 | 300 | 54 | 0 | 5 | 116 | 24 | 70 | 100 | 60 |
| Binary | 11001011 | 11000000 | 101100 | 0 | 101 | 1001110 | 10100 | 111000 | 1000000 | 110000 |
Color Harmonies of #CBC02C
Complementary color
Monochromatic Colors of #CBC02C
Black with #CBC02C
Text Example
Text Example
White with #CBC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC02C; }
p { color: rgb(203,192,44); }
H1.HeaderClassName
{
color: #CBC02C;
}
.AnyTagClassName
{
color: #CBC02C;
}
</style>
background-color css
<style>
a { background-color: #CBC02C; }
a { background-color: rgb(203,192,44); }
div.DivClassName
{
background-color: #CBC02C;
}
.BgClassName
{
background-color: #CBC02C;
}
</style>
border-color css
<style>
span { border-color: #CBC02C; }
span { border-color: rgb(203,192,44); }
td.TdClassName
{
border-color: #CBC02C;
}
.TagClassName
{
border-color: #CBC02C;
}
</style>