Shades of Barberry #C8C525
Tints of Barberry #C8C525
RGB
CMYK
RGB Variations
Color information
#C8C525 (or 0xC8C525) is known color: Barberry. HEX triplet: C8, C5 and 25. RGB value is (200,197,37). Sum of RGB (Red+Green+Blue) = 200+197+37=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C525 is #373ADA. Grayscale: #B4B4B4. Windows color (decimal): -3619547 or 2475464. OLE color: 2475464.
HSL color Cylindrical-coordinate representation of color #C8C525: hue angle of 58.9º 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 #C8C525 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 37 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.22 |
| HSL | 58.9º | 0.69% | 0.46% | - |
| HSV(B) | 58.9º | 0.82% | 0.78% | - |
| XYZ | 44.12 | 52.35 | 9.53 | - |
| YUV | 179.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 37 | 0 | 0.02 | 0.82 | 0.22 | 58.9 | 0.69 | 0.46 |
| Hex | C8 | C5 | 25 | 0 | 2 | 52 | 16 | 3B | 45 | 2E |
| Octal | 310 | 305 | 45 | 0 | 2 | 122 | 26 | 73 | 105 | 56 |
| Binary | 11001000 | 11000101 | 100101 | 0 | 10 | 1010010 | 10110 | 111011 | 1000101 | 101110 |
Color Harmonies of #C8C525
Complementary color
Monochromatic Colors of #C8C525
Black with #C8C525
Text Example
Text Example
White with #C8C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C525; }
p { color: rgb(200,197,37); }
H1.HeaderClassName
{
color: #C8C525;
}
.AnyTagClassName
{
color: #C8C525;
}
</style>
background-color css
<style>
a { background-color: #C8C525; }
a { background-color: rgb(200,197,37); }
div.DivClassName
{
background-color: #C8C525;
}
.BgClassName
{
background-color: #C8C525;
}
</style>
border-color css
<style>
span { border-color: #C8C525; }
span { border-color: rgb(200,197,37); }
td.TdClassName
{
border-color: #C8C525;
}
.TagClassName
{
border-color: #C8C525;
}
</style>