Shades of Barberry #CCC026
Tints of Barberry #CCC026
RGB
CMYK
RGB Variations
Color information
#CCC026 (or 0xCCC026) is known color: Barberry. HEX triplet: CC, C0 and 26. RGB value is (204,192,38). Sum of RGB (Red+Green+Blue) = 204+192+38=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC026 is #333FD9. Grayscale: #B2B2B2. Windows color (decimal): -3358682 or 2539724. OLE color: 2539724.
HSL color Cylindrical-coordinate representation of color #CCC026: hue angle of 55.66º 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 #CCC026 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 38 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.2 |
| HSL | 55.66º | 0.69% | 0.47% | - |
| HSV(B) | 55.66º | 0.81% | 0.8% | - |
| XYZ | 44.1 | 50.68 | 9.29 | - |
| YUV | 178.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 38 | 0 | 0.06 | 0.81 | 0.2 | 55.66 | 0.69 | 0.47 |
| Hex | CC | C0 | 26 | 0 | 6 | 51 | 14 | 38 | 45 | 2F |
| Octal | 314 | 300 | 46 | 0 | 6 | 121 | 24 | 70 | 105 | 57 |
| Binary | 11001100 | 11000000 | 100110 | 0 | 110 | 1010001 | 10100 | 111000 | 1000101 | 101111 |
Color Harmonies of #CCC026
Complementary color
Monochromatic Colors of #CCC026
Black with #CCC026
Text Example
Text Example
White with #CCC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC026; }
p { color: rgb(204,192,38); }
H1.HeaderClassName
{
color: #CCC026;
}
.AnyTagClassName
{
color: #CCC026;
}
</style>
background-color css
<style>
a { background-color: #CCC026; }
a { background-color: rgb(204,192,38); }
div.DivClassName
{
background-color: #CCC026;
}
.BgClassName
{
background-color: #CCC026;
}
</style>
border-color css
<style>
span { border-color: #CCC026; }
span { border-color: rgb(204,192,38); }
td.TdClassName
{
border-color: #CCC026;
}
.TagClassName
{
border-color: #CCC026;
}
</style>