Shades of Barberry #CCC525
Tints of Barberry #CCC525
RGB
CMYK
RGB Variations
Color information
#CCC525 (or 0xCCC525) is known color: Barberry. HEX triplet: CC, C5 and 25. RGB value is (204,197,37). Sum of RGB (Red+Green+Blue) = 204+197+37=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC525 is #333ADA. Grayscale: #B5B5B5. Windows color (decimal): -3357403 or 2475468. OLE color: 2475468.
HSL color Cylindrical-coordinate representation of color #CCC525: hue angle of 57.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCC525 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 37 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.2 |
| HSL | 57.49º | 0.69% | 0.47% | - |
| HSV(B) | 57.49º | 0.82% | 0.8% | - |
| XYZ | 45.2 | 52.9 | 9.58 | - |
| YUV | 180.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 37 | 0 | 0.03 | 0.82 | 0.2 | 57.49 | 0.69 | 0.47 |
| Hex | CC | C5 | 25 | 0 | 3 | 52 | 14 | 39 | 45 | 2F |
| Octal | 314 | 305 | 45 | 0 | 3 | 122 | 24 | 71 | 105 | 57 |
| Binary | 11001100 | 11000101 | 100101 | 0 | 11 | 1010010 | 10100 | 111001 | 1000101 | 101111 |
Color Harmonies of #CCC525
Complementary color
Monochromatic Colors of #CCC525
Black with #CCC525
Text Example
Text Example
White with #CCC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC525; }
p { color: rgb(204,197,37); }
H1.HeaderClassName
{
color: #CCC525;
}
.AnyTagClassName
{
color: #CCC525;
}
</style>
background-color css
<style>
a { background-color: #CCC525; }
a { background-color: rgb(204,197,37); }
div.DivClassName
{
background-color: #CCC525;
}
.BgClassName
{
background-color: #CCC525;
}
</style>
border-color css
<style>
span { border-color: #CCC525; }
span { border-color: rgb(204,197,37); }
td.TdClassName
{
border-color: #CCC525;
}
.TagClassName
{
border-color: #CCC525;
}
</style>