Shades of Barberry #C7CB24
Tints of Barberry #C7CB24
RGB
CMYK
RGB Variations
Color information
#C7CB24 (or 0xC7CB24) is known color: Barberry. HEX triplet: C7, CB and 24. RGB value is (199,203,36). Sum of RGB (Red+Green+Blue) = 199+203+36=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB24 is #3834DB. Grayscale: #B7B7B7. Windows color (decimal): -3683548 or 2411463. OLE color: 2411463.
HSL color Cylindrical-coordinate representation of color #C7CB24: hue angle of 61.44º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7CB24 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 36 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.20 |
| HSL | 61.44º | 0.7% | 0.47% | - |
| HSV(B) | 61.44º | 0.82% | 0.8% | - |
| XYZ | 45.23 | 54.98 | 9.9 | - |
| YUV | 182.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 36 | 0.02 | 0 | 0.82 | 0.20 | 61.44 | 0.7 | 0.47 |
| Hex | C7 | CB | 24 | 2 | 0 | 52 | 14 | 3D | 46 | 2F |
| Octal | 307 | 313 | 44 | 2 | 0 | 122 | 24 | 75 | 106 | 57 |
| Binary | 11000111 | 11001011 | 100100 | 10 | 0 | 1010010 | 10100 | 111101 | 1000110 | 101111 |
Color Harmonies of #C7CB24
Complementary color
Monochromatic Colors of #C7CB24
Black with #C7CB24
Text Example
Text Example
White with #C7CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB24; }
p { color: rgb(199,203,36); }
H1.HeaderClassName
{
color: #C7CB24;
}
.AnyTagClassName
{
color: #C7CB24;
}
</style>
background-color css
<style>
a { background-color: #C7CB24; }
a { background-color: rgb(199,203,36); }
div.DivClassName
{
background-color: #C7CB24;
}
.BgClassName
{
background-color: #C7CB24;
}
</style>
border-color css
<style>
span { border-color: #C7CB24; }
span { border-color: rgb(199,203,36); }
td.TdClassName
{
border-color: #C7CB24;
}
.TagClassName
{
border-color: #C7CB24;
}
</style>