Shades of Barberry #CCCB2E
Tints of Barberry #CCCB2E
RGB
CMYK
RGB Variations
Color information
#CCCB2E (or 0xCCCB2E) is known color: Barberry. HEX triplet: CC, CB and 2E. RGB value is (204,203,46). Sum of RGB (Red+Green+Blue) = 204+203+46=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB2E is #3334D1. Grayscale: #BABABA. Windows color (decimal): -3355858 or 3066828. OLE color: 3066828.
HSL color Cylindrical-coordinate representation of color #CCCB2E: hue angle of 59.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCCB2E is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 46 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.2 |
| HSL | 59.62º | 0.63% | 0.49% | - |
| HSV(B) | 59.62º | 0.77% | 0.8% | - |
| XYZ | 46.75 | 55.75 | 10.88 | - |
| YUV | 185.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 46 | 0 | 0.00 | 0.77 | 0.2 | 59.62 | 0.63 | 0.49 |
| Hex | CC | CB | 2E | 0 | 0 | 4D | 14 | 3C | 3F | 31 |
| Octal | 314 | 313 | 56 | 0 | 0 | 115 | 24 | 74 | 77 | 61 |
| Binary | 11001100 | 11001011 | 101110 | 0 | 0 | 1001101 | 10100 | 111100 | 111111 | 110001 |
Color Harmonies of #CCCB2E
Complementary color
Monochromatic Colors of #CCCB2E
Black with #CCCB2E
Text Example
Text Example
White with #CCCB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB2E; }
p { color: rgb(204,203,46); }
H1.HeaderClassName
{
color: #CCCB2E;
}
.AnyTagClassName
{
color: #CCCB2E;
}
</style>
background-color css
<style>
a { background-color: #CCCB2E; }
a { background-color: rgb(204,203,46); }
div.DivClassName
{
background-color: #CCCB2E;
}
.BgClassName
{
background-color: #CCCB2E;
}
</style>
border-color css
<style>
span { border-color: #CCCB2E; }
span { border-color: rgb(204,203,46); }
td.TdClassName
{
border-color: #CCCB2E;
}
.TagClassName
{
border-color: #CCCB2E;
}
</style>