Shades of Barberry #C8C923
Tints of Barberry #C8C923
RGB
CMYK
RGB Variations
Color information
#C8C923 (or 0xC8C923) is known color: Barberry. HEX triplet: C8, C9 and 23. RGB value is (200,201,35). Sum of RGB (Red+Green+Blue) = 200+201+35=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C923 is #3736DC. Grayscale: #B6B6B6. Windows color (decimal): -3618525 or 2345416. OLE color: 2345416.
HSL color Cylindrical-coordinate representation of color #C8C923: hue angle of 60.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8C923 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 35 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.21 |
| HSL | 60.36º | 0.7% | 0.46% | - |
| HSV(B) | 60.36º | 0.83% | 0.79% | - |
| XYZ | 45.01 | 54.17 | 9.67 | - |
| YUV | 181.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 35 | 0.00 | 0 | 0.83 | 0.21 | 60.36 | 0.7 | 0.46 |
| Hex | C8 | C9 | 23 | 0 | 0 | 53 | 15 | 3C | 46 | 2E |
| Octal | 310 | 311 | 43 | 0 | 0 | 123 | 25 | 74 | 106 | 56 |
| Binary | 11001000 | 11001001 | 100011 | 0 | 0 | 1010011 | 10101 | 111100 | 1000110 | 101110 |
Color Harmonies of #C8C923
Complementary color
Monochromatic Colors of #C8C923
Black with #C8C923
Text Example
Text Example
White with #C8C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C923; }
p { color: rgb(200,201,35); }
H1.HeaderClassName
{
color: #C8C923;
}
.AnyTagClassName
{
color: #C8C923;
}
</style>
background-color css
<style>
a { background-color: #C8C923; }
a { background-color: rgb(200,201,35); }
div.DivClassName
{
background-color: #C8C923;
}
.BgClassName
{
background-color: #C8C923;
}
</style>
border-color css
<style>
span { border-color: #C8C923; }
span { border-color: rgb(200,201,35); }
td.TdClassName
{
border-color: #C8C923;
}
.TagClassName
{
border-color: #C8C923;
}
</style>