Shades of Barberry #CCBC2C
Tints of Barberry #CCBC2C
RGB
CMYK
RGB Variations
Color information
#CCBC2C (or 0xCCBC2C) is known color: Barberry. HEX triplet: CC, BC and 2C. RGB value is (204,188,44). Sum of RGB (Red+Green+Blue) = 204+188+44=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC2C is #3343D3. Grayscale: #B0B0B0. Windows color (decimal): -3359700 or 2931916. OLE color: 2931916.
HSL color Cylindrical-coordinate representation of color #CCBC2C: hue angle of 54º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBC2C is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 44 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.2 |
| HSL | 54º | 0.65% | 0.49% | - |
| HSV(B) | 54º | 0.78% | 0.8% | - |
| XYZ | 43.34 | 48.99 | 9.55 | - |
| YUV | 176.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 44 | 0 | 0.08 | 0.78 | 0.2 | 54 | 0.65 | 0.49 |
| Hex | CC | BC | 2C | 0 | 8 | 4E | 14 | 36 | 41 | 31 |
| Octal | 314 | 274 | 54 | 0 | 10 | 116 | 24 | 66 | 101 | 61 |
| Binary | 11001100 | 10111100 | 101100 | 0 | 1000 | 1001110 | 10100 | 110110 | 1000001 | 110001 |
Color Harmonies of #CCBC2C
Complementary color
Monochromatic Colors of #CCBC2C
Black with #CCBC2C
Text Example
Text Example
White with #CCBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC2C; }
p { color: rgb(204,188,44); }
H1.HeaderClassName
{
color: #CCBC2C;
}
.AnyTagClassName
{
color: #CCBC2C;
}
</style>
background-color css
<style>
a { background-color: #CCBC2C; }
a { background-color: rgb(204,188,44); }
div.DivClassName
{
background-color: #CCBC2C;
}
.BgClassName
{
background-color: #CCBC2C;
}
</style>
border-color css
<style>
span { border-color: #CCBC2C; }
span { border-color: rgb(204,188,44); }
td.TdClassName
{
border-color: #CCBC2C;
}
.TagClassName
{
border-color: #CCBC2C;
}
</style>