Shades of Barberry #C9C626
Tints of Barberry #C9C626
RGB
CMYK
RGB Variations
Color information
#C9C626 (or 0xC9C626) is known color: Barberry. HEX triplet: C9, C6 and 26. RGB value is (201,198,38). Sum of RGB (Red+Green+Blue) = 201+198+38=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C626 is #3639D9. Grayscale: #B5B5B5. Windows color (decimal): -3553754 or 2541257. OLE color: 2541257.
HSL color Cylindrical-coordinate representation of color #C9C626: hue angle of 58.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9C626 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 38 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.21 |
| HSL | 58.9º | 0.68% | 0.47% | - |
| HSV(B) | 58.9º | 0.81% | 0.79% | - |
| XYZ | 44.63 | 52.95 | 9.7 | - |
| YUV | 180.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 38 | 0 | 0.01 | 0.81 | 0.21 | 58.9 | 0.68 | 0.47 |
| Hex | C9 | C6 | 26 | 0 | 1 | 51 | 15 | 3B | 44 | 2F |
| Octal | 311 | 306 | 46 | 0 | 1 | 121 | 25 | 73 | 104 | 57 |
| Binary | 11001001 | 11000110 | 100110 | 0 | 1 | 1010001 | 10101 | 111011 | 1000100 | 101111 |
Color Harmonies of #C9C626
Complementary color
Monochromatic Colors of #C9C626
Black with #C9C626
Text Example
Text Example
White with #C9C626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C626; }
p { color: rgb(201,198,38); }
H1.HeaderClassName
{
color: #C9C626;
}
.AnyTagClassName
{
color: #C9C626;
}
</style>
background-color css
<style>
a { background-color: #C9C626; }
a { background-color: rgb(201,198,38); }
div.DivClassName
{
background-color: #C9C626;
}
.BgClassName
{
background-color: #C9C626;
}
</style>
border-color css
<style>
span { border-color: #C9C626; }
span { border-color: rgb(201,198,38); }
td.TdClassName
{
border-color: #C9C626;
}
.TagClassName
{
border-color: #C9C626;
}
</style>