Shades of Barberry #CCC325
Tints of Barberry #CCC325
RGB
CMYK
RGB Variations
Color information
#CCC325 (or 0xCCC325) is known color: Barberry. HEX triplet: CC, C3 and 25. RGB value is (204,195,37). Sum of RGB (Red+Green+Blue) = 204+195+37=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC325 is #333CDA. Grayscale: #B4B4B4. Windows color (decimal): -3357915 or 2474956. OLE color: 2474956.
HSL color Cylindrical-coordinate representation of color #CCC325: hue angle of 56.77º 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 #CCC325 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 37 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.2 |
| HSL | 56.77º | 0.69% | 0.47% | - |
| HSV(B) | 56.77º | 0.82% | 0.8% | - |
| XYZ | 44.75 | 52 | 9.43 | - |
| YUV | 179.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 37 | 0 | 0.04 | 0.82 | 0.2 | 56.77 | 0.69 | 0.47 |
| Hex | CC | C3 | 25 | 0 | 4 | 52 | 14 | 39 | 45 | 2F |
| Octal | 314 | 303 | 45 | 0 | 4 | 122 | 24 | 71 | 105 | 57 |
| Binary | 11001100 | 11000011 | 100101 | 0 | 100 | 1010010 | 10100 | 111001 | 1000101 | 101111 |
Color Harmonies of #CCC325
Complementary color
Monochromatic Colors of #CCC325
Black with #CCC325
Text Example
Text Example
White with #CCC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC325; }
p { color: rgb(204,195,37); }
H1.HeaderClassName
{
color: #CCC325;
}
.AnyTagClassName
{
color: #CCC325;
}
</style>
background-color css
<style>
a { background-color: #CCC325; }
a { background-color: rgb(204,195,37); }
div.DivClassName
{
background-color: #CCC325;
}
.BgClassName
{
background-color: #CCC325;
}
</style>
border-color css
<style>
span { border-color: #CCC325; }
span { border-color: rgb(204,195,37); }
td.TdClassName
{
border-color: #CCC325;
}
.TagClassName
{
border-color: #CCC325;
}
</style>