Shades of Barberry #CCC12B
Tints of Barberry #CCC12B
RGB
CMYK
RGB Variations
Color information
#CCC12B (or 0xCCC12B) is known color: Barberry. HEX triplet: CC, C1 and 2B. RGB value is (204,193,43). Sum of RGB (Red+Green+Blue) = 204+193+43=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC12B is #333ED4. Grayscale: #B3B3B3. Windows color (decimal): -3358421 or 2867660. OLE color: 2867660.
HSL color Cylindrical-coordinate representation of color #CCC12B: hue angle of 55.9º degrees, saturation: 0.65, 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 #CCC12B is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 43 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.2 |
| HSL | 55.9º | 0.65% | 0.48% | - |
| HSV(B) | 55.9º | 0.79% | 0.8% | - |
| XYZ | 44.41 | 51.15 | 9.82 | - |
| YUV | 179.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 43 | 0 | 0.05 | 0.79 | 0.2 | 55.9 | 0.65 | 0.48 |
| Hex | CC | C1 | 2B | 0 | 5 | 4F | 14 | 38 | 41 | 30 |
| Octal | 314 | 301 | 53 | 0 | 5 | 117 | 24 | 70 | 101 | 60 |
| Binary | 11001100 | 11000001 | 101011 | 0 | 101 | 1001111 | 10100 | 111000 | 1000001 | 110000 |
Color Harmonies of #CCC12B
Complementary color
Monochromatic Colors of #CCC12B
Black with #CCC12B
Text Example
Text Example
White with #CCC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC12B; }
p { color: rgb(204,193,43); }
H1.HeaderClassName
{
color: #CCC12B;
}
.AnyTagClassName
{
color: #CCC12B;
}
</style>
background-color css
<style>
a { background-color: #CCC12B; }
a { background-color: rgb(204,193,43); }
div.DivClassName
{
background-color: #CCC12B;
}
.BgClassName
{
background-color: #CCC12B;
}
</style>
border-color css
<style>
span { border-color: #CCC12B; }
span { border-color: rgb(204,193,43); }
td.TdClassName
{
border-color: #CCC12B;
}
.TagClassName
{
border-color: #CCC12B;
}
</style>