Shades of Barberry #CCC025
Tints of Barberry #CCC025
RGB
CMYK
RGB Variations
Color information
#CCC025 (or 0xCCC025) is known color: Barberry. HEX triplet: CC, C0 and 25. RGB value is (204,192,37). Sum of RGB (Red+Green+Blue) = 204+192+37=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC025 is #333FDA. Grayscale: #B2B2B2. Windows color (decimal): -3358683 or 2474188. OLE color: 2474188.
HSL color Cylindrical-coordinate representation of color #CCC025: hue angle of 55.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCC025 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 37 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.2 |
| HSL | 55.69º | 0.69% | 0.47% | - |
| HSV(B) | 55.69º | 0.82% | 0.8% | - |
| XYZ | 44.09 | 50.67 | 9.21 | - |
| YUV | 177.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 37 | 0 | 0.06 | 0.82 | 0.2 | 55.69 | 0.69 | 0.47 |
| Hex | CC | C0 | 25 | 0 | 6 | 52 | 14 | 38 | 45 | 2F |
| Octal | 314 | 300 | 45 | 0 | 6 | 122 | 24 | 70 | 105 | 57 |
| Binary | 11001100 | 11000000 | 100101 | 0 | 110 | 1010010 | 10100 | 111000 | 1000101 | 101111 |
Color Harmonies of #CCC025
Complementary color
Monochromatic Colors of #CCC025
Black with #CCC025
Text Example
Text Example
White with #CCC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC025; }
p { color: rgb(204,192,37); }
H1.HeaderClassName
{
color: #CCC025;
}
.AnyTagClassName
{
color: #CCC025;
}
</style>
background-color css
<style>
a { background-color: #CCC025; }
a { background-color: rgb(204,192,37); }
div.DivClassName
{
background-color: #CCC025;
}
.BgClassName
{
background-color: #CCC025;
}
</style>
border-color css
<style>
span { border-color: #CCC025; }
span { border-color: rgb(204,192,37); }
td.TdClassName
{
border-color: #CCC025;
}
.TagClassName
{
border-color: #CCC025;
}
</style>