Shades of Barberry #CCC120
Tints of Barberry #CCC120
RGB
CMYK
RGB Variations
Color information
#CCC120 (or 0xCCC120) is known color: Barberry. HEX triplet: CC, C1 and 20. RGB value is (204,193,32). Sum of RGB (Red+Green+Blue) = 204+193+32=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC120 is #333EDF. Grayscale: #B2B2B2. Windows color (decimal): -3358432 or 2146764. OLE color: 2146764.
HSL color Cylindrical-coordinate representation of color #CCC120: hue angle of 56.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCC120 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 32 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.2 |
| HSL | 56.16º | 0.73% | 0.46% | - |
| HSV(B) | 56.16º | 0.84% | 0.8% | - |
| XYZ | 44.23 | 51.08 | 8.89 | - |
| YUV | 177.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 32 | 0 | 0.05 | 0.84 | 0.2 | 56.16 | 0.73 | 0.46 |
| Hex | CC | C1 | 20 | 0 | 5 | 54 | 14 | 38 | 49 | 2E |
| Octal | 314 | 301 | 40 | 0 | 5 | 124 | 24 | 70 | 111 | 56 |
| Binary | 11001100 | 11000001 | 100000 | 0 | 101 | 1010100 | 10100 | 111000 | 1001001 | 101110 |
Color Harmonies of #CCC120
Complementary color
Monochromatic Colors of #CCC120
Black with #CCC120
Text Example
Text Example
White with #CCC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC120; }
p { color: rgb(204,193,32); }
H1.HeaderClassName
{
color: #CCC120;
}
.AnyTagClassName
{
color: #CCC120;
}
</style>
background-color css
<style>
a { background-color: #CCC120; }
a { background-color: rgb(204,193,32); }
div.DivClassName
{
background-color: #CCC120;
}
.BgClassName
{
background-color: #CCC120;
}
</style>
border-color css
<style>
span { border-color: #CCC120; }
span { border-color: rgb(204,193,32); }
td.TdClassName
{
border-color: #CCC120;
}
.TagClassName
{
border-color: #CCC120;
}
</style>