Shades of Barberry #CBC82A
Tints of Barberry #CBC82A
RGB
CMYK
RGB Variations
Color information
#CBC82A (or 0xCBC82A) is known color: Barberry. HEX triplet: CB, C8 and 2A. RGB value is (203,200,42). Sum of RGB (Red+Green+Blue) = 203+200+42=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC82A is #3437D5. Grayscale: #B7B7B7. Windows color (decimal): -3422166 or 2803915. OLE color: 2803915.
HSL color Cylindrical-coordinate representation of color #CBC82A: hue angle of 58.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBC82A is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 42 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.20 |
| HSL | 58.88º | 0.66% | 0.48% | - |
| HSV(B) | 58.88º | 0.79% | 0.8% | - |
| XYZ | 45.7 | 54.17 | 10.24 | - |
| YUV | 182.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 42 | 0 | 0.01 | 0.79 | 0.20 | 58.88 | 0.66 | 0.48 |
| Hex | CB | C8 | 2A | 0 | 1 | 4F | 14 | 3B | 42 | 30 |
| Octal | 313 | 310 | 52 | 0 | 1 | 117 | 24 | 73 | 102 | 60 |
| Binary | 11001011 | 11001000 | 101010 | 0 | 1 | 1001111 | 10100 | 111011 | 1000010 | 110000 |
Color Harmonies of #CBC82A
Complementary color
Monochromatic Colors of #CBC82A
Black with #CBC82A
Text Example
Text Example
White with #CBC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC82A; }
p { color: rgb(203,200,42); }
H1.HeaderClassName
{
color: #CBC82A;
}
.AnyTagClassName
{
color: #CBC82A;
}
</style>
background-color css
<style>
a { background-color: #CBC82A; }
a { background-color: rgb(203,200,42); }
div.DivClassName
{
background-color: #CBC82A;
}
.BgClassName
{
background-color: #CBC82A;
}
</style>
border-color css
<style>
span { border-color: #CBC82A; }
span { border-color: rgb(203,200,42); }
td.TdClassName
{
border-color: #CBC82A;
}
.TagClassName
{
border-color: #CBC82A;
}
</style>