Shades of Barberry #C8C625
Tints of Barberry #C8C625
RGB
CMYK
RGB Variations
Color information
#C8C625 (or 0xC8C625) is known color: Barberry. HEX triplet: C8, C6 and 25. RGB value is (200,198,37). Sum of RGB (Red+Green+Blue) = 200+198+37=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C625 is #3739DA. Grayscale: #B4B4B4. Windows color (decimal): -3619291 or 2475720. OLE color: 2475720.
HSL color Cylindrical-coordinate representation of color #C8C625: hue angle of 59.26º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8C625 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 37 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.22 |
| HSL | 59.26º | 0.69% | 0.46% | - |
| HSV(B) | 59.26º | 0.82% | 0.78% | - |
| XYZ | 44.35 | 52.8 | 9.6 | - |
| YUV | 180.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 37 | 0 | 0.01 | 0.82 | 0.22 | 59.26 | 0.69 | 0.46 |
| Hex | C8 | C6 | 25 | 0 | 1 | 52 | 16 | 3B | 45 | 2E |
| Octal | 310 | 306 | 45 | 0 | 1 | 122 | 26 | 73 | 105 | 56 |
| Binary | 11001000 | 11000110 | 100101 | 0 | 1 | 1010010 | 10110 | 111011 | 1000101 | 101110 |
Color Harmonies of #C8C625
Complementary color
Monochromatic Colors of #C8C625
Black with #C8C625
Text Example
Text Example
White with #C8C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C625; }
p { color: rgb(200,198,37); }
H1.HeaderClassName
{
color: #C8C625;
}
.AnyTagClassName
{
color: #C8C625;
}
</style>
background-color css
<style>
a { background-color: #C8C625; }
a { background-color: rgb(200,198,37); }
div.DivClassName
{
background-color: #C8C625;
}
.BgClassName
{
background-color: #C8C625;
}
</style>
border-color css
<style>
span { border-color: #C8C625; }
span { border-color: rgb(200,198,37); }
td.TdClassName
{
border-color: #C8C625;
}
.TagClassName
{
border-color: #C8C625;
}
</style>