Shades of Barberry #CCC32A
Tints of Barberry #CCC32A
RGB
CMYK
RGB Variations
Color information
#CCC32A (or 0xCCC32A) is known color: Barberry. HEX triplet: CC, C3 and 2A. RGB value is (204,195,42). Sum of RGB (Red+Green+Blue) = 204+195+42=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC32A is #333CD5. Grayscale: #B4B4B4. Windows color (decimal): -3357910 or 2802636. OLE color: 2802636.
HSL color Cylindrical-coordinate representation of color #CCC32A: hue angle of 56.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCC32A is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 42 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.2 |
| HSL | 56.67º | 0.66% | 0.48% | - |
| HSV(B) | 56.67º | 0.79% | 0.8% | - |
| XYZ | 44.83 | 52.03 | 9.87 | - |
| YUV | 180.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 42 | 0 | 0.04 | 0.79 | 0.2 | 56.67 | 0.66 | 0.48 |
| Hex | CC | C3 | 2A | 0 | 4 | 4F | 14 | 39 | 42 | 30 |
| Octal | 314 | 303 | 52 | 0 | 4 | 117 | 24 | 71 | 102 | 60 |
| Binary | 11001100 | 11000011 | 101010 | 0 | 100 | 1001111 | 10100 | 111001 | 1000010 | 110000 |
Color Harmonies of #CCC32A
Complementary color
Monochromatic Colors of #CCC32A
Black with #CCC32A
Text Example
Text Example
White with #CCC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC32A; }
p { color: rgb(204,195,42); }
H1.HeaderClassName
{
color: #CCC32A;
}
.AnyTagClassName
{
color: #CCC32A;
}
</style>
background-color css
<style>
a { background-color: #CCC32A; }
a { background-color: rgb(204,195,42); }
div.DivClassName
{
background-color: #CCC32A;
}
.BgClassName
{
background-color: #CCC32A;
}
</style>
border-color css
<style>
span { border-color: #CCC32A; }
span { border-color: rgb(204,195,42); }
td.TdClassName
{
border-color: #CCC32A;
}
.TagClassName
{
border-color: #CCC32A;
}
</style>