Shades of Barberry #CCC126
Tints of Barberry #CCC126
RGB
CMYK
RGB Variations
Color information
#CCC126 (or 0xCCC126) is known color: Barberry. HEX triplet: CC, C1 and 26. RGB value is (204,193,38). Sum of RGB (Red+Green+Blue) = 204+193+38=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC126 is #333ED9. Grayscale: #B3B3B3. Windows color (decimal): -3358426 or 2539980. OLE color: 2539980.
HSL color Cylindrical-coordinate representation of color #CCC126: hue angle of 56.02º 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 #CCC126 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 38 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.2 |
| HSL | 56.02º | 0.69% | 0.47% | - |
| HSV(B) | 56.02º | 0.81% | 0.8% | - |
| XYZ | 44.32 | 51.12 | 9.36 | - |
| YUV | 178.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 38 | 0 | 0.05 | 0.81 | 0.2 | 56.02 | 0.69 | 0.47 |
| Hex | CC | C1 | 26 | 0 | 5 | 51 | 14 | 38 | 45 | 2F |
| Octal | 314 | 301 | 46 | 0 | 5 | 121 | 24 | 70 | 105 | 57 |
| Binary | 11001100 | 11000001 | 100110 | 0 | 101 | 1010001 | 10100 | 111000 | 1000101 | 101111 |
Color Harmonies of #CCC126
Complementary color
Monochromatic Colors of #CCC126
Black with #CCC126
Text Example
Text Example
White with #CCC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC126; }
p { color: rgb(204,193,38); }
H1.HeaderClassName
{
color: #CCC126;
}
.AnyTagClassName
{
color: #CCC126;
}
</style>
background-color css
<style>
a { background-color: #CCC126; }
a { background-color: rgb(204,193,38); }
div.DivClassName
{
background-color: #CCC126;
}
.BgClassName
{
background-color: #CCC126;
}
</style>
border-color css
<style>
span { border-color: #CCC126; }
span { border-color: rgb(204,193,38); }
td.TdClassName
{
border-color: #CCC126;
}
.TagClassName
{
border-color: #CCC126;
}
</style>