Shades of Barberry #C8C62B
Tints of Barberry #C8C62B
RGB
CMYK
RGB Variations
Color information
#C8C62B (or 0xC8C62B) is known color: Barberry. HEX triplet: C8, C6 and 2B. RGB value is (200,198,43). Sum of RGB (Red+Green+Blue) = 200+198+43=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C62B is #3739D4. Grayscale: #B5B5B5. Windows color (decimal): -3619285 or 2868936. OLE color: 2868936.
HSL color Cylindrical-coordinate representation of color #C8C62B: hue angle of 59.24º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8C62B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.22 |
| HSL | 59.24º | 0.65% | 0.48% | - |
| HSV(B) | 59.24º | 0.79% | 0.78% | - |
| XYZ | 44.45 | 52.84 | 10.14 | - |
| YUV | 180.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 43 | 0 | 0.01 | 0.78 | 0.22 | 59.24 | 0.65 | 0.48 |
| Hex | C8 | C6 | 2B | 0 | 1 | 4E | 16 | 3B | 41 | 30 |
| Octal | 310 | 306 | 53 | 0 | 1 | 116 | 26 | 73 | 101 | 60 |
| Binary | 11001000 | 11000110 | 101011 | 0 | 1 | 1001110 | 10110 | 111011 | 1000001 | 110000 |
Color Harmonies of #C8C62B
Complementary color
Monochromatic Colors of #C8C62B
Black with #C8C62B
Text Example
Text Example
White with #C8C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C62B; }
p { color: rgb(200,198,43); }
H1.HeaderClassName
{
color: #C8C62B;
}
.AnyTagClassName
{
color: #C8C62B;
}
</style>
background-color css
<style>
a { background-color: #C8C62B; }
a { background-color: rgb(200,198,43); }
div.DivClassName
{
background-color: #C8C62B;
}
.BgClassName
{
background-color: #C8C62B;
}
</style>
border-color css
<style>
span { border-color: #C8C62B; }
span { border-color: rgb(200,198,43); }
td.TdClassName
{
border-color: #C8C62B;
}
.TagClassName
{
border-color: #C8C62B;
}
</style>