Shades of Barberry #CCC52A
Tints of Barberry #CCC52A
RGB
CMYK
RGB Variations
Color information
#CCC52A (or 0xCCC52A) is known color: Barberry. HEX triplet: CC, C5 and 2A. RGB value is (204,197,42). Sum of RGB (Red+Green+Blue) = 204+197+42=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC52A is #333AD5. Grayscale: #B6B6B6. Windows color (decimal): -3357398 or 2803148. OLE color: 2803148.
HSL color Cylindrical-coordinate representation of color #CCC52A: hue angle of 57.41º 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 #CCC52A is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 42 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.2 |
| HSL | 57.41º | 0.66% | 0.48% | - |
| HSV(B) | 57.41º | 0.79% | 0.8% | - |
| XYZ | 45.29 | 52.94 | 10.02 | - |
| YUV | 181.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 42 | 0 | 0.03 | 0.79 | 0.2 | 57.41 | 0.66 | 0.48 |
| Hex | CC | C5 | 2A | 0 | 3 | 4F | 14 | 39 | 42 | 30 |
| Octal | 314 | 305 | 52 | 0 | 3 | 117 | 24 | 71 | 102 | 60 |
| Binary | 11001100 | 11000101 | 101010 | 0 | 11 | 1001111 | 10100 | 111001 | 1000010 | 110000 |
Color Harmonies of #CCC52A
Complementary color
Monochromatic Colors of #CCC52A
Black with #CCC52A
Text Example
Text Example
White with #CCC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC52A; }
p { color: rgb(204,197,42); }
H1.HeaderClassName
{
color: #CCC52A;
}
.AnyTagClassName
{
color: #CCC52A;
}
</style>
background-color css
<style>
a { background-color: #CCC52A; }
a { background-color: rgb(204,197,42); }
div.DivClassName
{
background-color: #CCC52A;
}
.BgClassName
{
background-color: #CCC52A;
}
</style>
border-color css
<style>
span { border-color: #CCC52A; }
span { border-color: rgb(204,197,42); }
td.TdClassName
{
border-color: #CCC52A;
}
.TagClassName
{
border-color: #CCC52A;
}
</style>