Shades of Barberry #CCC127
Tints of Barberry #CCC127
RGB
CMYK
RGB Variations
Color information
#CCC127 (or 0xCCC127) is known color: Barberry. HEX triplet: CC, C1 and 27. RGB value is (204,193,39). Sum of RGB (Red+Green+Blue) = 204+193+39=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC127 is #333ED8. Grayscale: #B3B3B3. Windows color (decimal): -3358425 or 2605516. OLE color: 2605516.
HSL color Cylindrical-coordinate representation of color #CCC127: hue angle of 56º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCC127 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 39 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.2 |
| HSL | 56º | 0.68% | 0.48% | - |
| HSV(B) | 56º | 0.81% | 0.8% | - |
| XYZ | 44.34 | 51.12 | 9.45 | - |
| YUV | 178.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 39 | 0 | 0.05 | 0.81 | 0.2 | 56 | 0.68 | 0.48 |
| Hex | CC | C1 | 27 | 0 | 5 | 51 | 14 | 38 | 44 | 30 |
| Octal | 314 | 301 | 47 | 0 | 5 | 121 | 24 | 70 | 104 | 60 |
| Binary | 11001100 | 11000001 | 100111 | 0 | 101 | 1010001 | 10100 | 111000 | 1000100 | 110000 |
Color Harmonies of #CCC127
Complementary color
Monochromatic Colors of #CCC127
Black with #CCC127
Text Example
Text Example
White with #CCC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC127; }
p { color: rgb(204,193,39); }
H1.HeaderClassName
{
color: #CCC127;
}
.AnyTagClassName
{
color: #CCC127;
}
</style>
background-color css
<style>
a { background-color: #CCC127; }
a { background-color: rgb(204,193,39); }
div.DivClassName
{
background-color: #CCC127;
}
.BgClassName
{
background-color: #CCC127;
}
</style>
border-color css
<style>
span { border-color: #CCC127; }
span { border-color: rgb(204,193,39); }
td.TdClassName
{
border-color: #CCC127;
}
.TagClassName
{
border-color: #CCC127;
}
</style>