Shades of Barberry #C8C61C
Tints of Barberry #C8C61C
RGB
CMYK
RGB Variations
Color information
#C8C61C (or 0xC8C61C) is known color: Barberry. HEX triplet: C8, C6 and 1C. RGB value is (200,198,28). Sum of RGB (Red+Green+Blue) = 200+198+28=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C61C is #3739E3. Grayscale: #B3B3B3. Windows color (decimal): -3619300 or 1885896. OLE color: 1885896.
HSL color Cylindrical-coordinate representation of color #C8C61C: hue angle of 59.3º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C61C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 28 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.22 |
| HSL | 59.3º | 0.75% | 0.45% | - |
| HSV(B) | 59.3º | 0.86% | 0.78% | - |
| XYZ | 44.22 | 52.75 | 8.95 | - |
| YUV | 179.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 28 | 0 | 0.01 | 0.86 | 0.22 | 59.3 | 0.75 | 0.45 |
| Hex | C8 | C6 | 1C | 0 | 1 | 56 | 16 | 3B | 4B | 2D |
| Octal | 310 | 306 | 34 | 0 | 1 | 126 | 26 | 73 | 113 | 55 |
| Binary | 11001000 | 11000110 | 11100 | 0 | 1 | 1010110 | 10110 | 111011 | 1001011 | 101101 |
Color Harmonies of #C8C61C
Complementary color
Monochromatic Colors of #C8C61C
Black with #C8C61C
Text Example
Text Example
White with #C8C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C61C; }
p { color: rgb(200,198,28); }
H1.HeaderClassName
{
color: #C8C61C;
}
.AnyTagClassName
{
color: #C8C61C;
}
</style>
background-color css
<style>
a { background-color: #C8C61C; }
a { background-color: rgb(200,198,28); }
div.DivClassName
{
background-color: #C8C61C;
}
.BgClassName
{
background-color: #C8C61C;
}
</style>
border-color css
<style>
span { border-color: #C8C61C; }
span { border-color: rgb(200,198,28); }
td.TdClassName
{
border-color: #C8C61C;
}
.TagClassName
{
border-color: #C8C61C;
}
</style>