Shades of Barberry #CBC12C
Tints of Barberry #CBC12C
RGB
CMYK
RGB Variations
Color information
#CBC12C (or 0xCBC12C) is known color: Barberry. HEX triplet: CB, C1 and 2C. RGB value is (203,193,44). Sum of RGB (Red+Green+Blue) = 203+193+44=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC12C is #343ED3. Grayscale: #B3B3B3. Windows color (decimal): -3423956 or 2933195. OLE color: 2933195.
HSL color Cylindrical-coordinate representation of color #CBC12C: hue angle of 56.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBC12C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 44 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.20 |
| HSL | 56.23º | 0.64% | 0.48% | - |
| HSV(B) | 56.23º | 0.78% | 0.8% | - |
| XYZ | 44.15 | 51.02 | 9.9 | - |
| YUV | 179 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 44 | 0 | 0.05 | 0.78 | 0.20 | 56.23 | 0.64 | 0.48 |
| Hex | CB | C1 | 2C | 0 | 5 | 4E | 14 | 38 | 40 | 30 |
| Octal | 313 | 301 | 54 | 0 | 5 | 116 | 24 | 70 | 100 | 60 |
| Binary | 11001011 | 11000001 | 101100 | 0 | 101 | 1001110 | 10100 | 111000 | 1000000 | 110000 |
Color Harmonies of #CBC12C
Complementary color
Monochromatic Colors of #CBC12C
Black with #CBC12C
Text Example
Text Example
White with #CBC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC12C; }
p { color: rgb(203,193,44); }
H1.HeaderClassName
{
color: #CBC12C;
}
.AnyTagClassName
{
color: #CBC12C;
}
</style>
background-color css
<style>
a { background-color: #CBC12C; }
a { background-color: rgb(203,193,44); }
div.DivClassName
{
background-color: #CBC12C;
}
.BgClassName
{
background-color: #CBC12C;
}
</style>
border-color css
<style>
span { border-color: #CBC12C; }
span { border-color: rgb(203,193,44); }
td.TdClassName
{
border-color: #CBC12C;
}
.TagClassName
{
border-color: #CBC12C;
}
</style>