Shades of Barberry #CCC819
Tints of Barberry #CCC819
RGB
CMYK
RGB Variations
Color information
#CCC819 (or 0xCCC819) is known color: Barberry. HEX triplet: CC, C8 and 19. RGB value is (204,200,25). Sum of RGB (Red+Green+Blue) = 204+200+25=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC819 is #3337E6. Grayscale: #B5B5B5. Windows color (decimal): -3356647 or 1689804. OLE color: 1689804.
HSL color Cylindrical-coordinate representation of color #CCC819: hue angle of 58.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 #CCC819 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 25 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.2 |
| HSL | 58.66º | 0.78% | 0.45% | - |
| HSV(B) | 58.66º | 0.88% | 0.8% | - |
| XYZ | 45.73 | 54.22 | 8.97 | - |
| YUV | 181.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 25 | 0 | 0.02 | 0.88 | 0.2 | 58.66 | 0.78 | 0.45 |
| Hex | CC | C8 | 19 | 0 | 2 | 58 | 14 | 3B | 4E | 2D |
| Octal | 314 | 310 | 31 | 0 | 2 | 130 | 24 | 73 | 116 | 55 |
| Binary | 11001100 | 11001000 | 11001 | 0 | 10 | 1011000 | 10100 | 111011 | 1001110 | 101101 |
Color Harmonies of #CCC819
Complementary color
Monochromatic Colors of #CCC819
Black with #CCC819
Text Example
Text Example
White with #CCC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC819; }
p { color: rgb(204,200,25); }
H1.HeaderClassName
{
color: #CCC819;
}
.AnyTagClassName
{
color: #CCC819;
}
</style>
background-color css
<style>
a { background-color: #CCC819; }
a { background-color: rgb(204,200,25); }
div.DivClassName
{
background-color: #CCC819;
}
.BgClassName
{
background-color: #CCC819;
}
</style>
border-color css
<style>
span { border-color: #CCC819; }
span { border-color: rgb(204,200,25); }
td.TdClassName
{
border-color: #CCC819;
}
.TagClassName
{
border-color: #CCC819;
}
</style>