Shades of Barberry #CBC92A
Tints of Barberry #CBC92A
RGB
CMYK
RGB Variations
Color information
#CBC92A (or 0xCBC92A) is known color: Barberry. HEX triplet: CB, C9 and 2A. RGB value is (203,201,42). Sum of RGB (Red+Green+Blue) = 203+201+42=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC92A is #3436D5. Grayscale: #B8B8B8. Windows color (decimal): -3421910 or 2804171. OLE color: 2804171.
HSL color Cylindrical-coordinate representation of color #CBC92A: hue angle of 59.25º degrees, saturation: 0.66, 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 #CBC92A is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 42 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.20 |
| HSL | 59.25º | 0.66% | 0.48% | - |
| HSV(B) | 59.25º | 0.79% | 0.8% | - |
| XYZ | 45.93 | 54.64 | 10.32 | - |
| YUV | 183.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 42 | 0 | 0.01 | 0.79 | 0.20 | 59.25 | 0.66 | 0.48 |
| Hex | CB | C9 | 2A | 0 | 1 | 4F | 14 | 3B | 42 | 30 |
| Octal | 313 | 311 | 52 | 0 | 1 | 117 | 24 | 73 | 102 | 60 |
| Binary | 11001011 | 11001001 | 101010 | 0 | 1 | 1001111 | 10100 | 111011 | 1000010 | 110000 |
Color Harmonies of #CBC92A
Complementary color
Monochromatic Colors of #CBC92A
Black with #CBC92A
Text Example
Text Example
White with #CBC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC92A; }
p { color: rgb(203,201,42); }
H1.HeaderClassName
{
color: #CBC92A;
}
.AnyTagClassName
{
color: #CBC92A;
}
</style>
background-color css
<style>
a { background-color: #CBC92A; }
a { background-color: rgb(203,201,42); }
div.DivClassName
{
background-color: #CBC92A;
}
.BgClassName
{
background-color: #CBC92A;
}
</style>
border-color css
<style>
span { border-color: #CBC92A; }
span { border-color: rgb(203,201,42); }
td.TdClassName
{
border-color: #CBC92A;
}
.TagClassName
{
border-color: #CBC92A;
}
</style>