Shades of Barberry #CCCB2A
Tints of Barberry #CCCB2A
RGB
CMYK
RGB Variations
Color information
#CCCB2A (or 0xCCCB2A) is known color: Barberry. HEX triplet: CC, CB and 2A. RGB value is (204,203,42). Sum of RGB (Red+Green+Blue) = 204+203+42=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB2A is #3334D5. Grayscale: #B9B9B9. Windows color (decimal): -3355862 or 2804684. OLE color: 2804684.
HSL color Cylindrical-coordinate representation of color #CCCB2A: hue angle of 59.63º 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 #CCCB2A is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 42 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.2 |
| HSL | 59.63º | 0.66% | 0.48% | - |
| HSV(B) | 59.63º | 0.79% | 0.8% | - |
| XYZ | 46.68 | 55.72 | 10.48 | - |
| YUV | 184.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 42 | 0 | 0.00 | 0.79 | 0.2 | 59.63 | 0.66 | 0.48 |
| Hex | CC | CB | 2A | 0 | 0 | 4F | 14 | 3C | 42 | 30 |
| Octal | 314 | 313 | 52 | 0 | 0 | 117 | 24 | 74 | 102 | 60 |
| Binary | 11001100 | 11001011 | 101010 | 0 | 0 | 1001111 | 10100 | 111100 | 1000010 | 110000 |
Color Harmonies of #CCCB2A
Complementary color
Monochromatic Colors of #CCCB2A
Black with #CCCB2A
Text Example
Text Example
White with #CCCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB2A; }
p { color: rgb(204,203,42); }
H1.HeaderClassName
{
color: #CCCB2A;
}
.AnyTagClassName
{
color: #CCCB2A;
}
</style>
background-color css
<style>
a { background-color: #CCCB2A; }
a { background-color: rgb(204,203,42); }
div.DivClassName
{
background-color: #CCCB2A;
}
.BgClassName
{
background-color: #CCCB2A;
}
</style>
border-color css
<style>
span { border-color: #CCCB2A; }
span { border-color: rgb(204,203,42); }
td.TdClassName
{
border-color: #CCCB2A;
}
.TagClassName
{
border-color: #CCCB2A;
}
</style>