Shades of Barberry #C9C41F
Tints of Barberry #C9C41F
RGB
CMYK
RGB Variations
Color information
#C9C41F (or 0xC9C41F) is known color: Barberry. HEX triplet: C9, C4 and 1F. RGB value is (201,196,31). Sum of RGB (Red+Green+Blue) = 201+196+31=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C41F is #363BE0. Grayscale: #B3B3B3. Windows color (decimal): -3554273 or 2081993. OLE color: 2081993.
HSL color Cylindrical-coordinate representation of color #C9C41F: hue angle of 58.24º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9C41F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.21 |
| HSL | 58.24º | 0.73% | 0.45% | - |
| HSV(B) | 58.24º | 0.85% | 0.79% | - |
| XYZ | 44.07 | 52 | 9.01 | - |
| YUV | 178.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 31 | 0 | 0.02 | 0.85 | 0.21 | 58.24 | 0.73 | 0.45 |
| Hex | C9 | C4 | 1F | 0 | 2 | 55 | 15 | 3A | 49 | 2D |
| Octal | 311 | 304 | 37 | 0 | 2 | 125 | 25 | 72 | 111 | 55 |
| Binary | 11001001 | 11000100 | 11111 | 0 | 10 | 1010101 | 10101 | 111010 | 1001001 | 101101 |
Color Harmonies of #C9C41F
Complementary color
Monochromatic Colors of #C9C41F
Black with #C9C41F
Text Example
Text Example
White with #C9C41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C41F; }
p { color: rgb(201,196,31); }
H1.HeaderClassName
{
color: #C9C41F;
}
.AnyTagClassName
{
color: #C9C41F;
}
</style>
background-color css
<style>
a { background-color: #C9C41F; }
a { background-color: rgb(201,196,31); }
div.DivClassName
{
background-color: #C9C41F;
}
.BgClassName
{
background-color: #C9C41F;
}
</style>
border-color css
<style>
span { border-color: #C9C41F; }
span { border-color: rgb(201,196,31); }
td.TdClassName
{
border-color: #C9C41F;
}
.TagClassName
{
border-color: #C9C41F;
}
</style>