Shades of Barberry #C8CB20
Tints of Barberry #C8CB20
RGB
CMYK
RGB Variations
Color information
#C8CB20 (or 0xC8CB20) is known color: Barberry. HEX triplet: C8, CB and 20. RGB value is (200,203,32). Sum of RGB (Red+Green+Blue) = 200+203+32=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CB20 is #3734DF. Grayscale: #B7B7B7. Windows color (decimal): -3618016 or 2149320. OLE color: 2149320.
HSL color Cylindrical-coordinate representation of color #C8CB20: hue angle of 61.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8CB20 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 32 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.20 |
| HSL | 61.05º | 0.73% | 0.46% | - |
| HSV(B) | 61.05º | 0.84% | 0.8% | - |
| XYZ | 45.44 | 55.1 | 9.61 | - |
| YUV | 182.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 32 | 0.01 | 0 | 0.84 | 0.20 | 61.05 | 0.73 | 0.46 |
| Hex | C8 | CB | 20 | 1 | 0 | 54 | 14 | 3D | 49 | 2E |
| Octal | 310 | 313 | 40 | 1 | 0 | 124 | 24 | 75 | 111 | 56 |
| Binary | 11001000 | 11001011 | 100000 | 1 | 0 | 1010100 | 10100 | 111101 | 1001001 | 101110 |
Color Harmonies of #C8CB20
Complementary color
Monochromatic Colors of #C8CB20
Black with #C8CB20
Text Example
Text Example
White with #C8CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB20; }
p { color: rgb(200,203,32); }
H1.HeaderClassName
{
color: #C8CB20;
}
.AnyTagClassName
{
color: #C8CB20;
}
</style>
background-color css
<style>
a { background-color: #C8CB20; }
a { background-color: rgb(200,203,32); }
div.DivClassName
{
background-color: #C8CB20;
}
.BgClassName
{
background-color: #C8CB20;
}
</style>
border-color css
<style>
span { border-color: #C8CB20; }
span { border-color: rgb(200,203,32); }
td.TdClassName
{
border-color: #C8CB20;
}
.TagClassName
{
border-color: #C8CB20;
}
</style>