Shades of Barberry #C7CA20
Tints of Barberry #C7CA20
RGB
CMYK
RGB Variations
Color information
#C7CA20 (or 0xC7CA20) is known color: Barberry. HEX triplet: C7, CA and 20. RGB value is (199,202,32). Sum of RGB (Red+Green+Blue) = 199+202+32=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA20 is #3835DF. Grayscale: #B6B6B6. Windows color (decimal): -3683808 or 2149063. OLE color: 2149063.
HSL color Cylindrical-coordinate representation of color #C7CA20: hue angle of 61.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7CA20 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 32 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.21 |
| HSL | 61.06º | 0.73% | 0.46% | - |
| HSV(B) | 61.06º | 0.84% | 0.79% | - |
| XYZ | 44.93 | 54.49 | 9.52 | - |
| YUV | 181.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 32 | 0.01 | 0 | 0.84 | 0.21 | 61.06 | 0.73 | 0.46 |
| Hex | C7 | CA | 20 | 1 | 0 | 54 | 15 | 3D | 49 | 2E |
| Octal | 307 | 312 | 40 | 1 | 0 | 124 | 25 | 75 | 111 | 56 |
| Binary | 11000111 | 11001010 | 100000 | 1 | 0 | 1010100 | 10101 | 111101 | 1001001 | 101110 |
Color Harmonies of #C7CA20
Complementary color
Monochromatic Colors of #C7CA20
Black with #C7CA20
Text Example
Text Example
White with #C7CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA20; }
p { color: rgb(199,202,32); }
H1.HeaderClassName
{
color: #C7CA20;
}
.AnyTagClassName
{
color: #C7CA20;
}
</style>
background-color css
<style>
a { background-color: #C7CA20; }
a { background-color: rgb(199,202,32); }
div.DivClassName
{
background-color: #C7CA20;
}
.BgClassName
{
background-color: #C7CA20;
}
</style>
border-color css
<style>
span { border-color: #C7CA20; }
span { border-color: rgb(199,202,32); }
td.TdClassName
{
border-color: #C7CA20;
}
.TagClassName
{
border-color: #C7CA20;
}
</style>