Shades of Barberry #CCC526
Tints of Barberry #CCC526
RGB
CMYK
RGB Variations
Color information
#CCC526 (or 0xCCC526) is known color: Barberry. HEX triplet: CC, C5 and 26. RGB value is (204,197,38). Sum of RGB (Red+Green+Blue) = 204+197+38=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC526 is #333AD9. Grayscale: #B5B5B5. Windows color (decimal): -3357402 or 2541004. OLE color: 2541004.
HSL color Cylindrical-coordinate representation of color #CCC526: hue angle of 57.47º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCC526 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 38 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.2 |
| HSL | 57.47º | 0.69% | 0.47% | - |
| HSV(B) | 57.47º | 0.81% | 0.8% | - |
| XYZ | 45.22 | 52.91 | 9.66 | - |
| YUV | 180.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 38 | 0 | 0.03 | 0.81 | 0.2 | 57.47 | 0.69 | 0.47 |
| Hex | CC | C5 | 26 | 0 | 3 | 51 | 14 | 39 | 45 | 2F |
| Octal | 314 | 305 | 46 | 0 | 3 | 121 | 24 | 71 | 105 | 57 |
| Binary | 11001100 | 11000101 | 100110 | 0 | 11 | 1010001 | 10100 | 111001 | 1000101 | 101111 |
Color Harmonies of #CCC526
Complementary color
Monochromatic Colors of #CCC526
Black with #CCC526
Text Example
Text Example
White with #CCC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC526; }
p { color: rgb(204,197,38); }
H1.HeaderClassName
{
color: #CCC526;
}
.AnyTagClassName
{
color: #CCC526;
}
</style>
background-color css
<style>
a { background-color: #CCC526; }
a { background-color: rgb(204,197,38); }
div.DivClassName
{
background-color: #CCC526;
}
.BgClassName
{
background-color: #CCC526;
}
</style>
border-color css
<style>
span { border-color: #CCC526; }
span { border-color: rgb(204,197,38); }
td.TdClassName
{
border-color: #CCC526;
}
.TagClassName
{
border-color: #CCC526;
}
</style>