Shades of Barberry #C7CB21
Tints of Barberry #C7CB21
RGB
CMYK
RGB Variations
Color information
#C7CB21 (or 0xC7CB21) is known color: Barberry. HEX triplet: C7, CB and 21. RGB value is (199,203,33). Sum of RGB (Red+Green+Blue) = 199+203+33=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB21 is #3834DE. Grayscale: #B7B7B7. Windows color (decimal): -3683551 or 2214855. OLE color: 2214855.
HSL color Cylindrical-coordinate representation of color #C7CB21: hue angle of 61.41º degrees, saturation: 0.72, 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 #C7CB21 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.20 |
| HSL | 61.41º | 0.72% | 0.46% | - |
| HSV(B) | 61.41º | 0.84% | 0.8% | - |
| XYZ | 45.18 | 54.96 | 9.67 | - |
| YUV | 182.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 33 | 0.02 | 0 | 0.84 | 0.20 | 61.41 | 0.72 | 0.46 |
| Hex | C7 | CB | 21 | 2 | 0 | 54 | 14 | 3D | 48 | 2E |
| Octal | 307 | 313 | 41 | 2 | 0 | 124 | 24 | 75 | 110 | 56 |
| Binary | 11000111 | 11001011 | 100001 | 10 | 0 | 1010100 | 10100 | 111101 | 1001000 | 101110 |
Color Harmonies of #C7CB21
Complementary color
Monochromatic Colors of #C7CB21
Black with #C7CB21
Text Example
Text Example
White with #C7CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB21; }
p { color: rgb(199,203,33); }
H1.HeaderClassName
{
color: #C7CB21;
}
.AnyTagClassName
{
color: #C7CB21;
}
</style>
background-color css
<style>
a { background-color: #C7CB21; }
a { background-color: rgb(199,203,33); }
div.DivClassName
{
background-color: #C7CB21;
}
.BgClassName
{
background-color: #C7CB21;
}
</style>
border-color css
<style>
span { border-color: #C7CB21; }
span { border-color: rgb(199,203,33); }
td.TdClassName
{
border-color: #C7CB21;
}
.TagClassName
{
border-color: #C7CB21;
}
</style>