Shades of Barberry #C9C72A
Tints of Barberry #C9C72A
RGB
CMYK
RGB Variations
Color information
#C9C72A (or 0xC9C72A) is known color: Barberry. HEX triplet: C9, C7 and 2A. RGB value is (201,199,42). Sum of RGB (Red+Green+Blue) = 201+199+42=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C72A is #3638D5. Grayscale: #B6B6B6. Windows color (decimal): -3553494 or 2803657. OLE color: 2803657.
HSL color Cylindrical-coordinate representation of color #C9C72A: hue angle of 59.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9C72A is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 42 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.21 |
| HSL | 59.25º | 0.65% | 0.48% | - |
| HSV(B) | 59.25º | 0.79% | 0.79% | - |
| XYZ | 44.93 | 53.43 | 10.14 | - |
| YUV | 181.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 42 | 0 | 0.01 | 0.79 | 0.21 | 59.25 | 0.65 | 0.48 |
| Hex | C9 | C7 | 2A | 0 | 1 | 4F | 15 | 3B | 41 | 30 |
| Octal | 311 | 307 | 52 | 0 | 1 | 117 | 25 | 73 | 101 | 60 |
| Binary | 11001001 | 11000111 | 101010 | 0 | 1 | 1001111 | 10101 | 111011 | 1000001 | 110000 |
Color Harmonies of #C9C72A
Complementary color
Monochromatic Colors of #C9C72A
Black with #C9C72A
Text Example
Text Example
White with #C9C72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C72A; }
p { color: rgb(201,199,42); }
H1.HeaderClassName
{
color: #C9C72A;
}
.AnyTagClassName
{
color: #C9C72A;
}
</style>
background-color css
<style>
a { background-color: #C9C72A; }
a { background-color: rgb(201,199,42); }
div.DivClassName
{
background-color: #C9C72A;
}
.BgClassName
{
background-color: #C9C72A;
}
</style>
border-color css
<style>
span { border-color: #C9C72A; }
span { border-color: rgb(201,199,42); }
td.TdClassName
{
border-color: #C9C72A;
}
.TagClassName
{
border-color: #C9C72A;
}
</style>