Shades of Barberry #CCBC2A
Tints of Barberry #CCBC2A
RGB
CMYK
RGB Variations
Color information
#CCBC2A (or 0xCCBC2A) is known color: Barberry. HEX triplet: CC, BC and 2A. RGB value is (204,188,42). Sum of RGB (Red+Green+Blue) = 204+188+42=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC2A is #3343D5. Grayscale: #B0B0B0. Windows color (decimal): -3359702 or 2800844. OLE color: 2800844.
HSL color Cylindrical-coordinate representation of color #CCBC2A: hue angle of 54.07º 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 #CCBC2A is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 42 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.2 |
| HSL | 54.07º | 0.66% | 0.48% | - |
| HSV(B) | 54.07º | 0.79% | 0.8% | - |
| XYZ | 43.3 | 48.97 | 9.36 | - |
| YUV | 176.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 42 | 0 | 0.08 | 0.79 | 0.2 | 54.07 | 0.66 | 0.48 |
| Hex | CC | BC | 2A | 0 | 8 | 4F | 14 | 36 | 42 | 30 |
| Octal | 314 | 274 | 52 | 0 | 10 | 117 | 24 | 66 | 102 | 60 |
| Binary | 11001100 | 10111100 | 101010 | 0 | 1000 | 1001111 | 10100 | 110110 | 1000010 | 110000 |
Color Harmonies of #CCBC2A
Complementary color
Monochromatic Colors of #CCBC2A
Black with #CCBC2A
Text Example
Text Example
White with #CCBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC2A; }
p { color: rgb(204,188,42); }
H1.HeaderClassName
{
color: #CCBC2A;
}
.AnyTagClassName
{
color: #CCBC2A;
}
</style>
background-color css
<style>
a { background-color: #CCBC2A; }
a { background-color: rgb(204,188,42); }
div.DivClassName
{
background-color: #CCBC2A;
}
.BgClassName
{
background-color: #CCBC2A;
}
</style>
border-color css
<style>
span { border-color: #CCBC2A; }
span { border-color: rgb(204,188,42); }
td.TdClassName
{
border-color: #CCBC2A;
}
.TagClassName
{
border-color: #CCBC2A;
}
</style>