Shades of Barberry #CCC42B
Tints of Barberry #CCC42B
RGB
CMYK
RGB Variations
Color information
#CCC42B (or 0xCCC42B) is known color: Barberry. HEX triplet: CC, C4 and 2B. RGB value is (204,196,43). Sum of RGB (Red+Green+Blue) = 204+196+43=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC42B is #333BD4. Grayscale: #B5B5B5. Windows color (decimal): -3357653 or 2868428. OLE color: 2868428.
HSL color Cylindrical-coordinate representation of color #CCC42B: hue angle of 57.02º degrees, saturation: 0.65, 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 #CCC42B is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 43 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.2 |
| HSL | 57.02º | 0.65% | 0.48% | - |
| HSV(B) | 57.02º | 0.79% | 0.8% | - |
| XYZ | 45.08 | 52.49 | 10.04 | - |
| YUV | 180.95 | 50.15 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 43 | 0 | 0.04 | 0.79 | 0.2 | 57.02 | 0.65 | 0.48 |
| Hex | CC | C4 | 2B | 0 | 4 | 4F | 14 | 39 | 41 | 30 |
| Octal | 314 | 304 | 53 | 0 | 4 | 117 | 24 | 71 | 101 | 60 |
| Binary | 11001100 | 11000100 | 101011 | 0 | 100 | 1001111 | 10100 | 111001 | 1000001 | 110000 |
Color Harmonies of #CCC42B
Complementary color
Monochromatic Colors of #CCC42B
Black with #CCC42B
Text Example
Text Example
White with #CCC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC42B; }
p { color: rgb(204,196,43); }
H1.HeaderClassName
{
color: #CCC42B;
}
.AnyTagClassName
{
color: #CCC42B;
}
</style>
background-color css
<style>
a { background-color: #CCC42B; }
a { background-color: rgb(204,196,43); }
div.DivClassName
{
background-color: #CCC42B;
}
.BgClassName
{
background-color: #CCC42B;
}
</style>
border-color css
<style>
span { border-color: #CCC42B; }
span { border-color: rgb(204,196,43); }
td.TdClassName
{
border-color: #CCC42B;
}
.TagClassName
{
border-color: #CCC42B;
}
</style>