Shades of Barberry #CCC12A
Tints of Barberry #CCC12A
RGB
CMYK
RGB Variations
Color information
#CCC12A (or 0xCCC12A) is known color: Barberry. HEX triplet: CC, C1 and 2A. RGB value is (204,193,42). Sum of RGB (Red+Green+Blue) = 204+193+42=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC12A is #333ED5. Grayscale: #B3B3B3. Windows color (decimal): -3358422 or 2802124. OLE color: 2802124.
HSL color Cylindrical-coordinate representation of color #CCC12A: hue angle of 55.93º 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 #CCC12A is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 42 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.2 |
| HSL | 55.93º | 0.66% | 0.48% | - |
| HSV(B) | 55.93º | 0.79% | 0.8% | - |
| XYZ | 44.39 | 51.14 | 9.72 | - |
| YUV | 179.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 42 | 0 | 0.05 | 0.79 | 0.2 | 55.93 | 0.66 | 0.48 |
| Hex | CC | C1 | 2A | 0 | 5 | 4F | 14 | 38 | 42 | 30 |
| Octal | 314 | 301 | 52 | 0 | 5 | 117 | 24 | 70 | 102 | 60 |
| Binary | 11001100 | 11000001 | 101010 | 0 | 101 | 1001111 | 10100 | 111000 | 1000010 | 110000 |
Color Harmonies of #CCC12A
Complementary color
Monochromatic Colors of #CCC12A
Black with #CCC12A
Text Example
Text Example
White with #CCC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC12A; }
p { color: rgb(204,193,42); }
H1.HeaderClassName
{
color: #CCC12A;
}
.AnyTagClassName
{
color: #CCC12A;
}
</style>
background-color css
<style>
a { background-color: #CCC12A; }
a { background-color: rgb(204,193,42); }
div.DivClassName
{
background-color: #CCC12A;
}
.BgClassName
{
background-color: #CCC12A;
}
</style>
border-color css
<style>
span { border-color: #CCC12A; }
span { border-color: rgb(204,193,42); }
td.TdClassName
{
border-color: #CCC12A;
}
.TagClassName
{
border-color: #CCC12A;
}
</style>