Shades of Barberry #CCC919
Tints of Barberry #CCC919
RGB
CMYK
RGB Variations
Color information
#CCC919 (or 0xCCC919) is known color: Barberry. HEX triplet: CC, C9 and 19. RGB value is (204,201,25). Sum of RGB (Red+Green+Blue) = 204+201+25=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC919 is #3336E6. Grayscale: #B6B6B6. Windows color (decimal): -3356391 or 1690060. OLE color: 1690060.
HSL color Cylindrical-coordinate representation of color #CCC919: hue angle of 58.99º 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 #CCC919 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 25 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.2 |
| HSL | 58.99º | 0.78% | 0.45% | - |
| HSV(B) | 58.99º | 0.88% | 0.8% | - |
| XYZ | 45.96 | 54.68 | 9.05 | - |
| YUV | 181.83 | 39.49 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 25 | 0 | 0.01 | 0.88 | 0.2 | 58.99 | 0.78 | 0.45 |
| Hex | CC | C9 | 19 | 0 | 1 | 58 | 14 | 3B | 4E | 2D |
| Octal | 314 | 311 | 31 | 0 | 1 | 130 | 24 | 73 | 116 | 55 |
| Binary | 11001100 | 11001001 | 11001 | 0 | 1 | 1011000 | 10100 | 111011 | 1001110 | 101101 |
Color Harmonies of #CCC919
Complementary color
Monochromatic Colors of #CCC919
Black with #CCC919
Text Example
Text Example
White with #CCC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC919; }
p { color: rgb(204,201,25); }
H1.HeaderClassName
{
color: #CCC919;
}
.AnyTagClassName
{
color: #CCC919;
}
</style>
background-color css
<style>
a { background-color: #CCC919; }
a { background-color: rgb(204,201,25); }
div.DivClassName
{
background-color: #CCC919;
}
.BgClassName
{
background-color: #CCC919;
}
</style>
border-color css
<style>
span { border-color: #CCC919; }
span { border-color: rgb(204,201,25); }
td.TdClassName
{
border-color: #CCC919;
}
.TagClassName
{
border-color: #CCC919;
}
</style>