Shades of Barberry #C8B925
Tints of Barberry #C8B925
RGB
CMYK
RGB Variations
Color information
#C8B925 (or 0xC8B925) is known color: Barberry. HEX triplet: C8, B9 and 25. RGB value is (200,185,37). Sum of RGB (Red+Green+Blue) = 200+185+37=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B925 is #3746DA. Grayscale: #ADADAD. Windows color (decimal): -3622619 or 2472392. OLE color: 2472392.
HSL color Cylindrical-coordinate representation of color #C8B925: hue angle of 54.48º 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 #C8B925 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 37 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.22 |
| HSL | 54.48º | 0.69% | 0.46% | - |
| HSV(B) | 54.48º | 0.82% | 0.78% | - |
| XYZ | 41.5 | 47.11 | 8.66 | - |
| YUV | 172.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 37 | 0 | 0.08 | 0.82 | 0.22 | 54.48 | 0.69 | 0.46 |
| Hex | C8 | B9 | 25 | 0 | 8 | 52 | 16 | 36 | 45 | 2E |
| Octal | 310 | 271 | 45 | 0 | 10 | 122 | 26 | 66 | 105 | 56 |
| Binary | 11001000 | 10111001 | 100101 | 0 | 1000 | 1010010 | 10110 | 110110 | 1000101 | 101110 |
Color Harmonies of #C8B925
Complementary color
Monochromatic Colors of #C8B925
Black with #C8B925
Text Example
Text Example
White with #C8B925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B925; }
p { color: rgb(200,185,37); }
H1.HeaderClassName
{
color: #C8B925;
}
.AnyTagClassName
{
color: #C8B925;
}
</style>
background-color css
<style>
a { background-color: #C8B925; }
a { background-color: rgb(200,185,37); }
div.DivClassName
{
background-color: #C8B925;
}
.BgClassName
{
background-color: #C8B925;
}
</style>
border-color css
<style>
span { border-color: #C8B925; }
span { border-color: rgb(200,185,37); }
td.TdClassName
{
border-color: #C8B925;
}
.TagClassName
{
border-color: #C8B925;
}
</style>