Shades of Barberry #CCC82A
Tints of Barberry #CCC82A
RGB
CMYK
RGB Variations
Color information
#CCC82A (or 0xCCC82A) is known color: Barberry. HEX triplet: CC, C8 and 2A. RGB value is (204,200,42). Sum of RGB (Red+Green+Blue) = 204+200+42=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC82A is #3337D5. Grayscale: #B7B7B7. Windows color (decimal): -3356630 or 2803916. OLE color: 2803916.
HSL color Cylindrical-coordinate representation of color #CCC82A: hue angle of 58.52º 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 #CCC82A is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 42 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.2 |
| HSL | 58.52º | 0.66% | 0.48% | - |
| HSV(B) | 58.52º | 0.79% | 0.8% | - |
| XYZ | 45.97 | 54.31 | 10.25 | - |
| YUV | 183.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 42 | 0 | 0.02 | 0.79 | 0.2 | 58.52 | 0.66 | 0.48 |
| Hex | CC | C8 | 2A | 0 | 2 | 4F | 14 | 3B | 42 | 30 |
| Octal | 314 | 310 | 52 | 0 | 2 | 117 | 24 | 73 | 102 | 60 |
| Binary | 11001100 | 11001000 | 101010 | 0 | 10 | 1001111 | 10100 | 111011 | 1000010 | 110000 |
Color Harmonies of #CCC82A
Complementary color
Monochromatic Colors of #CCC82A
Black with #CCC82A
Text Example
Text Example
White with #CCC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC82A; }
p { color: rgb(204,200,42); }
H1.HeaderClassName
{
color: #CCC82A;
}
.AnyTagClassName
{
color: #CCC82A;
}
</style>
background-color css
<style>
a { background-color: #CCC82A; }
a { background-color: rgb(204,200,42); }
div.DivClassName
{
background-color: #CCC82A;
}
.BgClassName
{
background-color: #CCC82A;
}
</style>
border-color css
<style>
span { border-color: #CCC82A; }
span { border-color: rgb(204,200,42); }
td.TdClassName
{
border-color: #CCC82A;
}
.TagClassName
{
border-color: #CCC82A;
}
</style>