Shades of Barberry #CBC823
Tints of Barberry #CBC823
RGB
CMYK
RGB Variations
Color information
#CBC823 (or 0xCBC823) is known color: Barberry. HEX triplet: CB, C8 and 23. RGB value is (203,200,35). Sum of RGB (Red+Green+Blue) = 203+200+35=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC823 is #3437DC. Grayscale: #B6B6B6. Windows color (decimal): -3422173 or 2345163. OLE color: 2345163.
HSL color Cylindrical-coordinate representation of color #CBC823: hue angle of 58.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBC823 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 35 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.20 |
| HSL | 58.93º | 0.71% | 0.47% | - |
| HSV(B) | 58.93º | 0.83% | 0.8% | - |
| XYZ | 45.59 | 54.13 | 9.63 | - |
| YUV | 182.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 35 | 0 | 0.01 | 0.83 | 0.20 | 58.93 | 0.71 | 0.47 |
| Hex | CB | C8 | 23 | 0 | 1 | 53 | 14 | 3B | 47 | 2F |
| Octal | 313 | 310 | 43 | 0 | 1 | 123 | 24 | 73 | 107 | 57 |
| Binary | 11001011 | 11001000 | 100011 | 0 | 1 | 1010011 | 10100 | 111011 | 1000111 | 101111 |
Color Harmonies of #CBC823
Complementary color
Monochromatic Colors of #CBC823
Black with #CBC823
Text Example
Text Example
White with #CBC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC823; }
p { color: rgb(203,200,35); }
H1.HeaderClassName
{
color: #CBC823;
}
.AnyTagClassName
{
color: #CBC823;
}
</style>
background-color css
<style>
a { background-color: #CBC823; }
a { background-color: rgb(203,200,35); }
div.DivClassName
{
background-color: #CBC823;
}
.BgClassName
{
background-color: #CBC823;
}
</style>
border-color css
<style>
span { border-color: #CBC823; }
span { border-color: rgb(203,200,35); }
td.TdClassName
{
border-color: #CBC823;
}
.TagClassName
{
border-color: #CBC823;
}
</style>