Shades of Barberry #CCC429
Tints of Barberry #CCC429
RGB
CMYK
RGB Variations
Color information
#CCC429 (or 0xCCC429) is known color: Barberry. HEX triplet: CC, C4 and 29. RGB value is (204,196,41). Sum of RGB (Red+Green+Blue) = 204+196+41=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC429 is #333BD6. Grayscale: #B5B5B5. Windows color (decimal): -3357655 or 2737356. OLE color: 2737356.
HSL color Cylindrical-coordinate representation of color #CCC429: hue angle of 57.06º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC429 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 41 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.2 |
| HSL | 57.06º | 0.67% | 0.48% | - |
| HSV(B) | 57.06º | 0.8% | 0.8% | - |
| XYZ | 45.04 | 52.48 | 9.85 | - |
| YUV | 180.72 | 49.15 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 41 | 0 | 0.04 | 0.80 | 0.2 | 57.06 | 0.67 | 0.48 |
| Hex | CC | C4 | 29 | 0 | 4 | 50 | 14 | 39 | 43 | 30 |
| Octal | 314 | 304 | 51 | 0 | 4 | 120 | 24 | 71 | 103 | 60 |
| Binary | 11001100 | 11000100 | 101001 | 0 | 100 | 1010000 | 10100 | 111001 | 1000011 | 110000 |
Color Harmonies of #CCC429
Complementary color
Monochromatic Colors of #CCC429
Black with #CCC429
Text Example
Text Example
White with #CCC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC429; }
p { color: rgb(204,196,41); }
H1.HeaderClassName
{
color: #CCC429;
}
.AnyTagClassName
{
color: #CCC429;
}
</style>
background-color css
<style>
a { background-color: #CCC429; }
a { background-color: rgb(204,196,41); }
div.DivClassName
{
background-color: #CCC429;
}
.BgClassName
{
background-color: #CCC429;
}
</style>
border-color css
<style>
span { border-color: #CCC429; }
span { border-color: rgb(204,196,41); }
td.TdClassName
{
border-color: #CCC429;
}
.TagClassName
{
border-color: #CCC429;
}
</style>