Shades of Barberry #CBC723
Tints of Barberry #CBC723
RGB
CMYK
RGB Variations
Color information
#CBC723 (or 0xCBC723) is known color: Barberry. HEX triplet: CB, C7 and 23. RGB value is (203,199,35). Sum of RGB (Red+Green+Blue) = 203+199+35=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC723 is #3438DC. Grayscale: #B6B6B6. Windows color (decimal): -3422429 or 2344907. OLE color: 2344907.
HSL color Cylindrical-coordinate representation of color #CBC723: hue angle of 58.57º 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 #CBC723 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 35 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.20 |
| HSL | 58.57º | 0.71% | 0.47% | - |
| HSV(B) | 58.57º | 0.83% | 0.8% | - |
| XYZ | 45.36 | 53.66 | 9.56 | - |
| YUV | 181.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 35 | 0 | 0.02 | 0.83 | 0.20 | 58.57 | 0.71 | 0.47 |
| Hex | CB | C7 | 23 | 0 | 2 | 53 | 14 | 3B | 47 | 2F |
| Octal | 313 | 307 | 43 | 0 | 2 | 123 | 24 | 73 | 107 | 57 |
| Binary | 11001011 | 11000111 | 100011 | 0 | 10 | 1010011 | 10100 | 111011 | 1000111 | 101111 |
Color Harmonies of #CBC723
Complementary color
Monochromatic Colors of #CBC723
Black with #CBC723
Text Example
Text Example
White with #CBC723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC723; }
p { color: rgb(203,199,35); }
H1.HeaderClassName
{
color: #CBC723;
}
.AnyTagClassName
{
color: #CBC723;
}
</style>
background-color css
<style>
a { background-color: #CBC723; }
a { background-color: rgb(203,199,35); }
div.DivClassName
{
background-color: #CBC723;
}
.BgClassName
{
background-color: #CBC723;
}
</style>
border-color css
<style>
span { border-color: #CBC723; }
span { border-color: rgb(203,199,35); }
td.TdClassName
{
border-color: #CBC723;
}
.TagClassName
{
border-color: #CBC723;
}
</style>