Shades of Barberry #CBC52A
Tints of Barberry #CBC52A
RGB
CMYK
RGB Variations
Color information
#CBC52A (or 0xCBC52A) is known color: Barberry. HEX triplet: CB, C5 and 2A. RGB value is (203,197,42). Sum of RGB (Red+Green+Blue) = 203+197+42=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC52A is #343AD5. Grayscale: #B5B5B5. Windows color (decimal): -3422934 or 2803147. OLE color: 2803147.
HSL color Cylindrical-coordinate representation of color #CBC52A: hue angle of 57.76º 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 #CBC52A is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 42 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.20 |
| HSL | 57.76º | 0.66% | 0.48% | - |
| HSV(B) | 57.76º | 0.79% | 0.8% | - |
| XYZ | 45.01 | 52.8 | 10.01 | - |
| YUV | 181.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 42 | 0 | 0.03 | 0.79 | 0.20 | 57.76 | 0.66 | 0.48 |
| Hex | CB | C5 | 2A | 0 | 3 | 4F | 14 | 3A | 42 | 30 |
| Octal | 313 | 305 | 52 | 0 | 3 | 117 | 24 | 72 | 102 | 60 |
| Binary | 11001011 | 11000101 | 101010 | 0 | 11 | 1001111 | 10100 | 111010 | 1000010 | 110000 |
Color Harmonies of #CBC52A
Complementary color
Monochromatic Colors of #CBC52A
Black with #CBC52A
Text Example
Text Example
White with #CBC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC52A; }
p { color: rgb(203,197,42); }
H1.HeaderClassName
{
color: #CBC52A;
}
.AnyTagClassName
{
color: #CBC52A;
}
</style>
background-color css
<style>
a { background-color: #CBC52A; }
a { background-color: rgb(203,197,42); }
div.DivClassName
{
background-color: #CBC52A;
}
.BgClassName
{
background-color: #CBC52A;
}
</style>
border-color css
<style>
span { border-color: #CBC52A; }
span { border-color: rgb(203,197,42); }
td.TdClassName
{
border-color: #CBC52A;
}
.TagClassName
{
border-color: #CBC52A;
}
</style>