Shades of Barberry #C8CC19
Tints of Barberry #C8CC19
RGB
CMYK
RGB Variations
Color information
#C8CC19 (or 0xC8CC19) is known color: Barberry. HEX triplet: C8, CC and 19. RGB value is (200,204,25). Sum of RGB (Red+Green+Blue) = 200+204+25=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CC19 is #3733E6. Grayscale: #B7B7B7. Windows color (decimal): -3617767 or 1690824. OLE color: 1690824.
HSL color Cylindrical-coordinate representation of color #C8CC19: hue angle of 61.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8CC19 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 25 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.2 |
| HSL | 61.34º | 0.78% | 0.45% | - |
| HSV(B) | 61.34º | 0.88% | 0.8% | - |
| XYZ | 45.59 | 55.54 | 9.24 | - |
| YUV | 182.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 25 | 0.02 | 0 | 0.88 | 0.2 | 61.34 | 0.78 | 0.45 |
| Hex | C8 | CC | 19 | 2 | 0 | 58 | 14 | 3D | 4E | 2D |
| Octal | 310 | 314 | 31 | 2 | 0 | 130 | 24 | 75 | 116 | 55 |
| Binary | 11001000 | 11001100 | 11001 | 10 | 0 | 1011000 | 10100 | 111101 | 1001110 | 101101 |
Color Harmonies of #C8CC19
Complementary color
Monochromatic Colors of #C8CC19
Black with #C8CC19
Text Example
Text Example
White with #C8CC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC19; }
p { color: rgb(200,204,25); }
H1.HeaderClassName
{
color: #C8CC19;
}
.AnyTagClassName
{
color: #C8CC19;
}
</style>
background-color css
<style>
a { background-color: #C8CC19; }
a { background-color: rgb(200,204,25); }
div.DivClassName
{
background-color: #C8CC19;
}
.BgClassName
{
background-color: #C8CC19;
}
</style>
border-color css
<style>
span { border-color: #C8CC19; }
span { border-color: rgb(200,204,25); }
td.TdClassName
{
border-color: #C8CC19;
}
.TagClassName
{
border-color: #C8CC19;
}
</style>