Shades of Barberry #CBC92B
Tints of Barberry #CBC92B
RGB
CMYK
RGB Variations
Color information
#CBC92B (or 0xCBC92B) is known color: Barberry. HEX triplet: CB, C9 and 2B. RGB value is (203,201,43). Sum of RGB (Red+Green+Blue) = 203+201+43=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC92B is #3436D4. Grayscale: #B8B8B8. Windows color (decimal): -3421909 or 2869707. OLE color: 2869707.
HSL color Cylindrical-coordinate representation of color #CBC92B: hue angle of 59.25º degrees, saturation: 0.65, 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 #CBC92B is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 43 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.20 |
| HSL | 59.25º | 0.65% | 0.48% | - |
| HSV(B) | 59.25º | 0.79% | 0.8% | - |
| XYZ | 45.95 | 54.64 | 10.41 | - |
| YUV | 183.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 43 | 0 | 0.01 | 0.79 | 0.20 | 59.25 | 0.65 | 0.48 |
| Hex | CB | C9 | 2B | 0 | 1 | 4F | 14 | 3B | 41 | 30 |
| Octal | 313 | 311 | 53 | 0 | 1 | 117 | 24 | 73 | 101 | 60 |
| Binary | 11001011 | 11001001 | 101011 | 0 | 1 | 1001111 | 10100 | 111011 | 1000001 | 110000 |
Color Harmonies of #CBC92B
Complementary color
Monochromatic Colors of #CBC92B
Black with #CBC92B
Text Example
Text Example
White with #CBC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC92B; }
p { color: rgb(203,201,43); }
H1.HeaderClassName
{
color: #CBC92B;
}
.AnyTagClassName
{
color: #CBC92B;
}
</style>
background-color css
<style>
a { background-color: #CBC92B; }
a { background-color: rgb(203,201,43); }
div.DivClassName
{
background-color: #CBC92B;
}
.BgClassName
{
background-color: #CBC92B;
}
</style>
border-color css
<style>
span { border-color: #CBC92B; }
span { border-color: rgb(203,201,43); }
td.TdClassName
{
border-color: #CBC92B;
}
.TagClassName
{
border-color: #CBC92B;
}
</style>