Shades of Barberry #C7CB23
Tints of Barberry #C7CB23
RGB
CMYK
RGB Variations
Color information
#C7CB23 (or 0xC7CB23) is known color: Barberry. HEX triplet: C7, CB and 23. RGB value is (199,203,35). Sum of RGB (Red+Green+Blue) = 199+203+35=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB23 is #3834DC. Grayscale: #B7B7B7. Windows color (decimal): -3683549 or 2345927. OLE color: 2345927.
HSL color Cylindrical-coordinate representation of color #C7CB23: hue angle of 61.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7CB23 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 35 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.20 |
| HSL | 61.43º | 0.71% | 0.47% | - |
| HSV(B) | 61.43º | 0.83% | 0.8% | - |
| XYZ | 45.21 | 54.98 | 9.82 | - |
| YUV | 182.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 35 | 0.02 | 0 | 0.83 | 0.20 | 61.43 | 0.71 | 0.47 |
| Hex | C7 | CB | 23 | 2 | 0 | 53 | 14 | 3D | 47 | 2F |
| Octal | 307 | 313 | 43 | 2 | 0 | 123 | 24 | 75 | 107 | 57 |
| Binary | 11000111 | 11001011 | 100011 | 10 | 0 | 1010011 | 10100 | 111101 | 1000111 | 101111 |
Color Harmonies of #C7CB23
Complementary color
Monochromatic Colors of #C7CB23
Black with #C7CB23
Text Example
Text Example
White with #C7CB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB23; }
p { color: rgb(199,203,35); }
H1.HeaderClassName
{
color: #C7CB23;
}
.AnyTagClassName
{
color: #C7CB23;
}
</style>
background-color css
<style>
a { background-color: #C7CB23; }
a { background-color: rgb(199,203,35); }
div.DivClassName
{
background-color: #C7CB23;
}
.BgClassName
{
background-color: #C7CB23;
}
</style>
border-color css
<style>
span { border-color: #C7CB23; }
span { border-color: rgb(199,203,35); }
td.TdClassName
{
border-color: #C7CB23;
}
.TagClassName
{
border-color: #C7CB23;
}
</style>