Shades of Barberry #CCCB19
Tints of Barberry #CCCB19
RGB
CMYK
RGB Variations
Color information
#CCCB19 (or 0xCCCB19) is known color: Barberry. HEX triplet: CC, CB and 19. RGB value is (204,203,25). Sum of RGB (Red+Green+Blue) = 204+203+25=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB19 is #3334E6. Grayscale: #B7B7B7. Windows color (decimal): -3355879 or 1690572. OLE color: 1690572.
HSL color Cylindrical-coordinate representation of color #CCCB19: hue angle of 59.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCCB19 is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 25 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.2 |
| HSL | 59.66º | 0.78% | 0.45% | - |
| HSV(B) | 59.66º | 0.88% | 0.8% | - |
| XYZ | 46.43 | 55.62 | 9.21 | - |
| YUV | 183.01 | 38.83 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 25 | 0 | 0.00 | 0.88 | 0.2 | 59.66 | 0.78 | 0.45 |
| Hex | CC | CB | 19 | 0 | 0 | 58 | 14 | 3C | 4E | 2D |
| Octal | 314 | 313 | 31 | 0 | 0 | 130 | 24 | 74 | 116 | 55 |
| Binary | 11001100 | 11001011 | 11001 | 0 | 0 | 1011000 | 10100 | 111100 | 1001110 | 101101 |
Color Harmonies of #CCCB19
Complementary color
Monochromatic Colors of #CCCB19
Black with #CCCB19
Text Example
Text Example
White with #CCCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB19; }
p { color: rgb(204,203,25); }
H1.HeaderClassName
{
color: #CCCB19;
}
.AnyTagClassName
{
color: #CCCB19;
}
</style>
background-color css
<style>
a { background-color: #CCCB19; }
a { background-color: rgb(204,203,25); }
div.DivClassName
{
background-color: #CCCB19;
}
.BgClassName
{
background-color: #CCCB19;
}
</style>
border-color css
<style>
span { border-color: #CCCB19; }
span { border-color: rgb(204,203,25); }
td.TdClassName
{
border-color: #CCCB19;
}
.TagClassName
{
border-color: #CCCB19;
}
</style>