Shades of Barberry #C8CA1E
Tints of Barberry #C8CA1E
RGB
CMYK
RGB Variations
Color information
#C8CA1E (or 0xC8CA1E) is known color: Barberry. HEX triplet: C8, CA and 1E. RGB value is (200,202,30). Sum of RGB (Red+Green+Blue) = 200+202+30=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA1E is #3735E1. Grayscale: #B6B6B6. Windows color (decimal): -3618274 or 2017992. OLE color: 2017992.
HSL color Cylindrical-coordinate representation of color #C8CA1E: hue angle of 60.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8CA1E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 30 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.21 |
| HSL | 60.7º | 0.74% | 0.45% | - |
| HSV(B) | 60.7º | 0.85% | 0.79% | - |
| XYZ | 45.17 | 54.61 | 9.39 | - |
| YUV | 181.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 30 | 0.01 | 0 | 0.85 | 0.21 | 60.7 | 0.74 | 0.45 |
| Hex | C8 | CA | 1E | 1 | 0 | 55 | 15 | 3D | 4A | 2D |
| Octal | 310 | 312 | 36 | 1 | 0 | 125 | 25 | 75 | 112 | 55 |
| Binary | 11001000 | 11001010 | 11110 | 1 | 0 | 1010101 | 10101 | 111101 | 1001010 | 101101 |
Color Harmonies of #C8CA1E
Complementary color
Monochromatic Colors of #C8CA1E
Black with #C8CA1E
Text Example
Text Example
White with #C8CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA1E; }
p { color: rgb(200,202,30); }
H1.HeaderClassName
{
color: #C8CA1E;
}
.AnyTagClassName
{
color: #C8CA1E;
}
</style>
background-color css
<style>
a { background-color: #C8CA1E; }
a { background-color: rgb(200,202,30); }
div.DivClassName
{
background-color: #C8CA1E;
}
.BgClassName
{
background-color: #C8CA1E;
}
</style>
border-color css
<style>
span { border-color: #C8CA1E; }
span { border-color: rgb(200,202,30); }
td.TdClassName
{
border-color: #C8CA1E;
}
.TagClassName
{
border-color: #C8CA1E;
}
</style>