Shades of Barberry #CBC729
Tints of Barberry #CBC729
RGB
CMYK
RGB Variations
Color information
#CBC729 (or 0xCBC729) is known color: Barberry. HEX triplet: CB, C7 and 29. RGB value is (203,199,41). Sum of RGB (Red+Green+Blue) = 203+199+41=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC729 is #3438D6. Grayscale: #B6B6B6. Windows color (decimal): -3422423 or 2738123. OLE color: 2738123.
HSL color Cylindrical-coordinate representation of color #CBC729: hue angle of 58.52º 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 #CBC729 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 41 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.20 |
| HSL | 58.52º | 0.66% | 0.48% | - |
| HSV(B) | 58.52º | 0.8% | 0.8% | - |
| XYZ | 45.45 | 53.7 | 10.07 | - |
| YUV | 182.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 41 | 0 | 0.02 | 0.80 | 0.20 | 58.52 | 0.66 | 0.48 |
| Hex | CB | C7 | 29 | 0 | 2 | 50 | 14 | 3B | 42 | 30 |
| Octal | 313 | 307 | 51 | 0 | 2 | 120 | 24 | 73 | 102 | 60 |
| Binary | 11001011 | 11000111 | 101001 | 0 | 10 | 1010000 | 10100 | 111011 | 1000010 | 110000 |
Color Harmonies of #CBC729
Complementary color
Monochromatic Colors of #CBC729
Black with #CBC729
Text Example
Text Example
White with #CBC729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC729; }
p { color: rgb(203,199,41); }
H1.HeaderClassName
{
color: #CBC729;
}
.AnyTagClassName
{
color: #CBC729;
}
</style>
background-color css
<style>
a { background-color: #CBC729; }
a { background-color: rgb(203,199,41); }
div.DivClassName
{
background-color: #CBC729;
}
.BgClassName
{
background-color: #CBC729;
}
</style>
border-color css
<style>
span { border-color: #CBC729; }
span { border-color: rgb(203,199,41); }
td.TdClassName
{
border-color: #CBC729;
}
.TagClassName
{
border-color: #CBC729;
}
</style>