Shades of Barberry #CCBF2C
Tints of Barberry #CCBF2C
RGB
CMYK
RGB Variations
Color information
#CCBF2C (or 0xCCBF2C) is known color: Barberry. HEX triplet: CC, BF and 2C. RGB value is (204,191,44). Sum of RGB (Red+Green+Blue) = 204+191+44=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF2C is #3340D3. Grayscale: #B2B2B2. Windows color (decimal): -3358932 or 2932684. OLE color: 2932684.
HSL color Cylindrical-coordinate representation of color #CCBF2C: hue angle of 55.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBF2C is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 44 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.2 |
| HSL | 55.13º | 0.65% | 0.49% | - |
| HSV(B) | 55.13º | 0.78% | 0.8% | - |
| XYZ | 43.99 | 50.28 | 9.77 | - |
| YUV | 178.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 44 | 0 | 0.06 | 0.78 | 0.2 | 55.13 | 0.65 | 0.49 |
| Hex | CC | BF | 2C | 0 | 6 | 4E | 14 | 37 | 41 | 31 |
| Octal | 314 | 277 | 54 | 0 | 6 | 116 | 24 | 67 | 101 | 61 |
| Binary | 11001100 | 10111111 | 101100 | 0 | 110 | 1001110 | 10100 | 110111 | 1000001 | 110001 |
Color Harmonies of #CCBF2C
Complementary color
Monochromatic Colors of #CCBF2C
Black with #CCBF2C
Text Example
Text Example
White with #CCBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF2C; }
p { color: rgb(204,191,44); }
H1.HeaderClassName
{
color: #CCBF2C;
}
.AnyTagClassName
{
color: #CCBF2C;
}
</style>
background-color css
<style>
a { background-color: #CCBF2C; }
a { background-color: rgb(204,191,44); }
div.DivClassName
{
background-color: #CCBF2C;
}
.BgClassName
{
background-color: #CCBF2C;
}
</style>
border-color css
<style>
span { border-color: #CCBF2C; }
span { border-color: rgb(204,191,44); }
td.TdClassName
{
border-color: #CCBF2C;
}
.TagClassName
{
border-color: #CCBF2C;
}
</style>