Shades of Barberry #C5C61C
Tints of Barberry #C5C61C
RGB
CMYK
RGB Variations
Color information
#C5C61C (or 0xC5C61C) is known color: Barberry. HEX triplet: C5, C6 and 1C. RGB value is (197,198,28). Sum of RGB (Red+Green+Blue) = 197+198+28=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C61C is #3A39E3. Grayscale: #B3B3B3. Windows color (decimal): -3815908 or 1885893. OLE color: 1885893.
HSL color Cylindrical-coordinate representation of color #C5C61C: hue angle of 60.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5C61C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 28 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.22 |
| HSL | 60.35º | 0.75% | 0.44% | - |
| HSV(B) | 60.35º | 0.86% | 0.78% | - |
| XYZ | 43.43 | 52.34 | 8.91 | - |
| YUV | 178.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 28 | 0.01 | 0 | 0.86 | 0.22 | 60.35 | 0.75 | 0.44 |
| Hex | C5 | C6 | 1C | 1 | 0 | 56 | 16 | 3C | 4B | 2C |
| Octal | 305 | 306 | 34 | 1 | 0 | 126 | 26 | 74 | 113 | 54 |
| Binary | 11000101 | 11000110 | 11100 | 1 | 0 | 1010110 | 10110 | 111100 | 1001011 | 101100 |
Color Harmonies of #C5C61C
Complementary color
Monochromatic Colors of #C5C61C
Black with #C5C61C
Text Example
Text Example
White with #C5C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C61C; }
p { color: rgb(197,198,28); }
H1.HeaderClassName
{
color: #C5C61C;
}
.AnyTagClassName
{
color: #C5C61C;
}
</style>
background-color css
<style>
a { background-color: #C5C61C; }
a { background-color: rgb(197,198,28); }
div.DivClassName
{
background-color: #C5C61C;
}
.BgClassName
{
background-color: #C5C61C;
}
</style>
border-color css
<style>
span { border-color: #C5C61C; }
span { border-color: rgb(197,198,28); }
td.TdClassName
{
border-color: #C5C61C;
}
.TagClassName
{
border-color: #C5C61C;
}
</style>