Shades of Barberry #CCC324
Tints of Barberry #CCC324
RGB
CMYK
RGB Variations
Color information
#CCC324 (or 0xCCC324) is known color: Barberry. HEX triplet: CC, C3 and 24. RGB value is (204,195,36). Sum of RGB (Red+Green+Blue) = 204+195+36=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC324 is #333CDB. Grayscale: #B4B4B4. Windows color (decimal): -3357916 or 2409420. OLE color: 2409420.
HSL color Cylindrical-coordinate representation of color #CCC324: hue angle of 56.79º degrees, saturation: 0.7, 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 #CCC324 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 36 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.2 |
| HSL | 56.79º | 0.7% | 0.47% | - |
| HSV(B) | 56.79º | 0.82% | 0.8% | - |
| XYZ | 44.74 | 51.99 | 9.35 | - |
| YUV | 179.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 36 | 0 | 0.04 | 0.82 | 0.2 | 56.79 | 0.7 | 0.47 |
| Hex | CC | C3 | 24 | 0 | 4 | 52 | 14 | 39 | 46 | 2F |
| Octal | 314 | 303 | 44 | 0 | 4 | 122 | 24 | 71 | 106 | 57 |
| Binary | 11001100 | 11000011 | 100100 | 0 | 100 | 1010010 | 10100 | 111001 | 1000110 | 101111 |
Color Harmonies of #CCC324
Complementary color
Monochromatic Colors of #CCC324
Black with #CCC324
Text Example
Text Example
White with #CCC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC324; }
p { color: rgb(204,195,36); }
H1.HeaderClassName
{
color: #CCC324;
}
.AnyTagClassName
{
color: #CCC324;
}
</style>
background-color css
<style>
a { background-color: #CCC324; }
a { background-color: rgb(204,195,36); }
div.DivClassName
{
background-color: #CCC324;
}
.BgClassName
{
background-color: #CCC324;
}
</style>
border-color css
<style>
span { border-color: #CCC324; }
span { border-color: rgb(204,195,36); }
td.TdClassName
{
border-color: #CCC324;
}
.TagClassName
{
border-color: #CCC324;
}
</style>