Shades of Barberry #CCC027
Tints of Barberry #CCC027
RGB
CMYK
RGB Variations
Color information
#CCC027 (or 0xCCC027) is known color: Barberry. HEX triplet: CC, C0 and 27. RGB value is (204,192,39). Sum of RGB (Red+Green+Blue) = 204+192+39=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC027 is #333FD8. Grayscale: #B2B2B2. Windows color (decimal): -3358681 or 2605260. OLE color: 2605260.
HSL color Cylindrical-coordinate representation of color #CCC027: hue angle of 55.64º 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 #CCC027 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 39 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.2 |
| HSL | 55.64º | 0.68% | 0.48% | - |
| HSV(B) | 55.64º | 0.81% | 0.8% | - |
| XYZ | 44.12 | 50.68 | 9.38 | - |
| YUV | 178.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 39 | 0 | 0.06 | 0.81 | 0.2 | 55.64 | 0.68 | 0.48 |
| Hex | CC | C0 | 27 | 0 | 6 | 51 | 14 | 38 | 44 | 30 |
| Octal | 314 | 300 | 47 | 0 | 6 | 121 | 24 | 70 | 104 | 60 |
| Binary | 11001100 | 11000000 | 100111 | 0 | 110 | 1010001 | 10100 | 111000 | 1000100 | 110000 |
Color Harmonies of #CCC027
Complementary color
Monochromatic Colors of #CCC027
Black with #CCC027
Text Example
Text Example
White with #CCC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC027; }
p { color: rgb(204,192,39); }
H1.HeaderClassName
{
color: #CCC027;
}
.AnyTagClassName
{
color: #CCC027;
}
</style>
background-color css
<style>
a { background-color: #CCC027; }
a { background-color: rgb(204,192,39); }
div.DivClassName
{
background-color: #CCC027;
}
.BgClassName
{
background-color: #CCC027;
}
</style>
border-color css
<style>
span { border-color: #CCC027; }
span { border-color: rgb(204,192,39); }
td.TdClassName
{
border-color: #CCC027;
}
.TagClassName
{
border-color: #CCC027;
}
</style>