Shades of Barberry #C9C425
Tints of Barberry #C9C425
RGB
CMYK
RGB Variations
Color information
#C9C425 (or 0xC9C425) is known color: Barberry. HEX triplet: C9, C4 and 25. RGB value is (201,196,37). Sum of RGB (Red+Green+Blue) = 201+196+37=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C425 is #363BDA. Grayscale: #B4B4B4. Windows color (decimal): -3554267 or 2475209. OLE color: 2475209.
HSL color Cylindrical-coordinate representation of color #C9C425: hue angle of 58.17º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9C425 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 37 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.21 |
| HSL | 58.17º | 0.69% | 0.47% | - |
| HSV(B) | 58.17º | 0.82% | 0.79% | - |
| XYZ | 44.16 | 52.03 | 9.47 | - |
| YUV | 179.37 | 47.66 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 37 | 0 | 0.02 | 0.82 | 0.21 | 58.17 | 0.69 | 0.47 |
| Hex | C9 | C4 | 25 | 0 | 2 | 52 | 15 | 3A | 45 | 2F |
| Octal | 311 | 304 | 45 | 0 | 2 | 122 | 25 | 72 | 105 | 57 |
| Binary | 11001001 | 11000100 | 100101 | 0 | 10 | 1010010 | 10101 | 111010 | 1000101 | 101111 |
Color Harmonies of #C9C425
Complementary color
Monochromatic Colors of #C9C425
Black with #C9C425
Text Example
Text Example
White with #C9C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C425; }
p { color: rgb(201,196,37); }
H1.HeaderClassName
{
color: #C9C425;
}
.AnyTagClassName
{
color: #C9C425;
}
</style>
background-color css
<style>
a { background-color: #C9C425; }
a { background-color: rgb(201,196,37); }
div.DivClassName
{
background-color: #C9C425;
}
.BgClassName
{
background-color: #C9C425;
}
</style>
border-color css
<style>
span { border-color: #C9C425; }
span { border-color: rgb(201,196,37); }
td.TdClassName
{
border-color: #C9C425;
}
.TagClassName
{
border-color: #C9C425;
}
</style>