Shades of Barberry #C8C329
Tints of Barberry #C8C329
RGB
CMYK
RGB Variations
Color information
#C8C329 (or 0xC8C329) is known color: Barberry. HEX triplet: C8, C3 and 29. RGB value is (200,195,41). Sum of RGB (Red+Green+Blue) = 200+195+41=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C329 is #373CD6. Grayscale: #B3B3B3. Windows color (decimal): -3620055 or 2737096. OLE color: 2737096.
HSL color Cylindrical-coordinate representation of color #C8C329: hue angle of 58.11º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8C329 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 41 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.22 |
| HSL | 58.11º | 0.66% | 0.47% | - |
| HSV(B) | 58.11º | 0.8% | 0.78% | - |
| XYZ | 43.73 | 51.47 | 9.73 | - |
| YUV | 178.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 41 | 0 | 0.02 | 0.80 | 0.22 | 58.11 | 0.66 | 0.47 |
| Hex | C8 | C3 | 29 | 0 | 2 | 50 | 16 | 3A | 42 | 2F |
| Octal | 310 | 303 | 51 | 0 | 2 | 120 | 26 | 72 | 102 | 57 |
| Binary | 11001000 | 11000011 | 101001 | 0 | 10 | 1010000 | 10110 | 111010 | 1000010 | 101111 |
Color Harmonies of #C8C329
Complementary color
Monochromatic Colors of #C8C329
Black with #C8C329
Text Example
Text Example
White with #C8C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C329; }
p { color: rgb(200,195,41); }
H1.HeaderClassName
{
color: #C8C329;
}
.AnyTagClassName
{
color: #C8C329;
}
</style>
background-color css
<style>
a { background-color: #C8C329; }
a { background-color: rgb(200,195,41); }
div.DivClassName
{
background-color: #C8C329;
}
.BgClassName
{
background-color: #C8C329;
}
</style>
border-color css
<style>
span { border-color: #C8C329; }
span { border-color: rgb(200,195,41); }
td.TdClassName
{
border-color: #C8C329;
}
.TagClassName
{
border-color: #C8C329;
}
</style>