Shades of Barberry #CBC529
Tints of Barberry #CBC529
RGB
CMYK
RGB Variations
Color information
#CBC529 (or 0xCBC529) is known color: Barberry. HEX triplet: CB, C5 and 29. RGB value is (203,197,41). Sum of RGB (Red+Green+Blue) = 203+197+41=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC529 is #343AD6. Grayscale: #B5B5B5. Windows color (decimal): -3422935 or 2737611. OLE color: 2737611.
HSL color Cylindrical-coordinate representation of color #CBC529: hue angle of 57.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBC529 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 41 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.20 |
| HSL | 57.78º | 0.66% | 0.48% | - |
| HSV(B) | 57.78º | 0.8% | 0.8% | - |
| XYZ | 45 | 52.79 | 9.92 | - |
| YUV | 181.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 41 | 0 | 0.03 | 0.80 | 0.20 | 57.78 | 0.66 | 0.48 |
| Hex | CB | C5 | 29 | 0 | 3 | 50 | 14 | 3A | 42 | 30 |
| Octal | 313 | 305 | 51 | 0 | 3 | 120 | 24 | 72 | 102 | 60 |
| Binary | 11001011 | 11000101 | 101001 | 0 | 11 | 1010000 | 10100 | 111010 | 1000010 | 110000 |
Color Harmonies of #CBC529
Complementary color
Monochromatic Colors of #CBC529
Black with #CBC529
Text Example
Text Example
White with #CBC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC529; }
p { color: rgb(203,197,41); }
H1.HeaderClassName
{
color: #CBC529;
}
.AnyTagClassName
{
color: #CBC529;
}
</style>
background-color css
<style>
a { background-color: #CBC529; }
a { background-color: rgb(203,197,41); }
div.DivClassName
{
background-color: #CBC529;
}
.BgClassName
{
background-color: #CBC529;
}
</style>
border-color css
<style>
span { border-color: #CBC529; }
span { border-color: rgb(203,197,41); }
td.TdClassName
{
border-color: #CBC529;
}
.TagClassName
{
border-color: #CBC529;
}
</style>