Shades of Barberry #CCC528
Tints of Barberry #CCC528
RGB
CMYK
RGB Variations
Color information
#CCC528 (or 0xCCC528) is known color: Barberry. HEX triplet: CC, C5 and 28. RGB value is (204,197,40). Sum of RGB (Red+Green+Blue) = 204+197+40=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC528 is #333AD7. Grayscale: #B5B5B5. Windows color (decimal): -3357400 or 2672076. OLE color: 2672076.
HSL color Cylindrical-coordinate representation of color #CCC528: hue angle of 57.44º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC528 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 40 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.2 |
| HSL | 57.44º | 0.67% | 0.48% | - |
| HSV(B) | 57.44º | 0.8% | 0.8% | - |
| XYZ | 45.25 | 52.92 | 9.84 | - |
| YUV | 181.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 40 | 0 | 0.03 | 0.80 | 0.2 | 57.44 | 0.67 | 0.48 |
| Hex | CC | C5 | 28 | 0 | 3 | 50 | 14 | 39 | 43 | 30 |
| Octal | 314 | 305 | 50 | 0 | 3 | 120 | 24 | 71 | 103 | 60 |
| Binary | 11001100 | 11000101 | 101000 | 0 | 11 | 1010000 | 10100 | 111001 | 1000011 | 110000 |
Color Harmonies of #CCC528
Complementary color
Monochromatic Colors of #CCC528
Black with #CCC528
Text Example
Text Example
White with #CCC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC528; }
p { color: rgb(204,197,40); }
H1.HeaderClassName
{
color: #CCC528;
}
.AnyTagClassName
{
color: #CCC528;
}
</style>
background-color css
<style>
a { background-color: #CCC528; }
a { background-color: rgb(204,197,40); }
div.DivClassName
{
background-color: #CCC528;
}
.BgClassName
{
background-color: #CCC528;
}
</style>
border-color css
<style>
span { border-color: #CCC528; }
span { border-color: rgb(204,197,40); }
td.TdClassName
{
border-color: #CCC528;
}
.TagClassName
{
border-color: #CCC528;
}
</style>