Shades of Barberry #CCC32F
Tints of Barberry #CCC32F
RGB
CMYK
RGB Variations
Color information
#CCC32F (or 0xCCC32F) is known color: Barberry. HEX triplet: CC, C3 and 2F. RGB value is (204,195,47). Sum of RGB (Red+Green+Blue) = 204+195+47=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC32F is #333CD0. Grayscale: #B5B5B5. Windows color (decimal): -3357905 or 3130316. OLE color: 3130316.
HSL color Cylindrical-coordinate representation of color #CCC32F: hue angle of 56.56º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCC32F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.2 |
| HSL | 56.56º | 0.63% | 0.49% | - |
| HSV(B) | 56.56º | 0.77% | 0.8% | - |
| XYZ | 44.93 | 52.07 | 10.37 | - |
| YUV | 180.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 47 | 0 | 0.04 | 0.77 | 0.2 | 56.56 | 0.63 | 0.49 |
| Hex | CC | C3 | 2F | 0 | 4 | 4D | 14 | 39 | 3F | 31 |
| Octal | 314 | 303 | 57 | 0 | 4 | 115 | 24 | 71 | 77 | 61 |
| Binary | 11001100 | 11000011 | 101111 | 0 | 100 | 1001101 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CCC32F
Complementary color
Monochromatic Colors of #CCC32F
Black with #CCC32F
Text Example
Text Example
White with #CCC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC32F; }
p { color: rgb(204,195,47); }
H1.HeaderClassName
{
color: #CCC32F;
}
.AnyTagClassName
{
color: #CCC32F;
}
</style>
background-color css
<style>
a { background-color: #CCC32F; }
a { background-color: rgb(204,195,47); }
div.DivClassName
{
background-color: #CCC32F;
}
.BgClassName
{
background-color: #CCC32F;
}
</style>
border-color css
<style>
span { border-color: #CCC32F; }
span { border-color: rgb(204,195,47); }
td.TdClassName
{
border-color: #CCC32F;
}
.TagClassName
{
border-color: #CCC32F;
}
</style>