Shades of Barberry #C8CA22
Tints of Barberry #C8CA22
RGB
CMYK
RGB Variations
Color information
#C8CA22 (or 0xC8CA22) is known color: Barberry. HEX triplet: C8, CA and 22. RGB value is (200,202,34). Sum of RGB (Red+Green+Blue) = 200+202+34=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA22 is #3735DD. Grayscale: #B6B6B6. Windows color (decimal): -3618270 or 2280136. OLE color: 2280136.
HSL color Cylindrical-coordinate representation of color #C8CA22: hue angle of 60.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8CA22 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 34 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.21 |
| HSL | 60.71º | 0.71% | 0.46% | - |
| HSV(B) | 60.71º | 0.83% | 0.79% | - |
| XYZ | 45.23 | 54.64 | 9.68 | - |
| YUV | 182.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 34 | 0.01 | 0 | 0.83 | 0.21 | 60.71 | 0.71 | 0.46 |
| Hex | C8 | CA | 22 | 1 | 0 | 53 | 15 | 3D | 47 | 2E |
| Octal | 310 | 312 | 42 | 1 | 0 | 123 | 25 | 75 | 107 | 56 |
| Binary | 11001000 | 11001010 | 100010 | 1 | 0 | 1010011 | 10101 | 111101 | 1000111 | 101110 |
Color Harmonies of #C8CA22
Complementary color
Monochromatic Colors of #C8CA22
Black with #C8CA22
Text Example
Text Example
White with #C8CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA22; }
p { color: rgb(200,202,34); }
H1.HeaderClassName
{
color: #C8CA22;
}
.AnyTagClassName
{
color: #C8CA22;
}
</style>
background-color css
<style>
a { background-color: #C8CA22; }
a { background-color: rgb(200,202,34); }
div.DivClassName
{
background-color: #C8CA22;
}
.BgClassName
{
background-color: #C8CA22;
}
</style>
border-color css
<style>
span { border-color: #C8CA22; }
span { border-color: rgb(200,202,34); }
td.TdClassName
{
border-color: #C8CA22;
}
.TagClassName
{
border-color: #C8CA22;
}
</style>