Shades of Barberry #C8C425
Tints of Barberry #C8C425
RGB
CMYK
RGB Variations
Color information
#C8C425 (or 0xC8C425) is known color: Barberry. HEX triplet: C8, C4 and 25. RGB value is (200,196,37). Sum of RGB (Red+Green+Blue) = 200+196+37=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C425 is #373BDA. Grayscale: #B3B3B3. Windows color (decimal): -3619803 or 2475208. OLE color: 2475208.
HSL color Cylindrical-coordinate representation of color #C8C425: hue angle of 58.53º 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 #C8C425 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 37 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.22 |
| HSL | 58.53º | 0.69% | 0.46% | - |
| HSV(B) | 58.53º | 0.82% | 0.78% | - |
| XYZ | 43.89 | 51.89 | 9.45 | - |
| YUV | 179.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 37 | 0 | 0.02 | 0.82 | 0.22 | 58.53 | 0.69 | 0.46 |
| Hex | C8 | C4 | 25 | 0 | 2 | 52 | 16 | 3B | 45 | 2E |
| Octal | 310 | 304 | 45 | 0 | 2 | 122 | 26 | 73 | 105 | 56 |
| Binary | 11001000 | 11000100 | 100101 | 0 | 10 | 1010010 | 10110 | 111011 | 1000101 | 101110 |
Color Harmonies of #C8C425
Complementary color
Monochromatic Colors of #C8C425
Black with #C8C425
Text Example
Text Example
White with #C8C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C425; }
p { color: rgb(200,196,37); }
H1.HeaderClassName
{
color: #C8C425;
}
.AnyTagClassName
{
color: #C8C425;
}
</style>
background-color css
<style>
a { background-color: #C8C425; }
a { background-color: rgb(200,196,37); }
div.DivClassName
{
background-color: #C8C425;
}
.BgClassName
{
background-color: #C8C425;
}
</style>
border-color css
<style>
span { border-color: #C8C425; }
span { border-color: rgb(200,196,37); }
td.TdClassName
{
border-color: #C8C425;
}
.TagClassName
{
border-color: #C8C425;
}
</style>