Shades of Barberry #C8C928
Tints of Barberry #C8C928
RGB
CMYK
RGB Variations
Color information
#C8C928 (or 0xC8C928) is known color: Barberry. HEX triplet: C8, C9 and 28. RGB value is (200,201,40). Sum of RGB (Red+Green+Blue) = 200+201+40=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C928 is #3736D7. Grayscale: #B6B6B6. Windows color (decimal): -3618520 or 2673096. OLE color: 2673096.
HSL color Cylindrical-coordinate representation of color #C8C928: hue angle of 60.37º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8C928 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 201 | 40 | - |
CMYK | 0.00 | 0 | 0.80 | 0.21 |
HSL | 60.37º | 0.67% | 0.47% | - |
HSV(B) | 60.37º | 0.8% | 0.79% | - |
XYZ | 45.09 | 54.21 | 10.09 | - |
YUV | 182.35 | 47.67 | 140.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 40 | 0.00 | 0 | 0.80 | 0.21 | 60.37 | 0.67 | 0.47 |
Hex | C8 | C9 | 28 | 0 | 0 | 50 | 15 | 3C | 43 | 2F |
Octal | 310 | 311 | 50 | 0 | 0 | 120 | 25 | 74 | 103 | 57 |
Binary | 11001000 | 11001001 | 101000 | 0 | 0 | 1010000 | 10101 | 111100 | 1000011 | 101111 |
Color Harmonies of #C8C928
Complementary color
Monochromatic Colors of #C8C928
Black with #C8C928
Text Example
Text Example
White with #C8C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C928; }
p { color: rgb(200,201,40); }
H1.HeaderClassName
{
color: #C8C928;
}
.AnyTagClassName
{
color: #C8C928;
}
</style>
background-color css
<style>
a { background-color: #C8C928; }
a { background-color: rgb(200,201,40); }
div.DivClassName
{
background-color: #C8C928;
}
.BgClassName
{
background-color: #C8C928;
}
</style>
border-color css
<style>
span { border-color: #C8C928; }
span { border-color: rgb(200,201,40); }
td.TdClassName
{
border-color: #C8C928;
}
.TagClassName
{
border-color: #C8C928;
}
</style>