Shades of Barberry #C9C01F
Tints of Barberry #C9C01F
RGB
CMYK
RGB Variations
Color information
#C9C01F (or 0xC9C01F) is known color: Barberry. HEX triplet: C9, C0 and 1F. RGB value is (201,192,31). Sum of RGB (Red+Green+Blue) = 201+192+31=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C01F is #363FE0. Grayscale: #B0B0B0. Windows color (decimal): -3555297 or 2080969. OLE color: 2080969.
HSL color Cylindrical-coordinate representation of color #C9C01F: hue angle of 56.82º 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 #C9C01F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.21 |
| HSL | 56.82º | 0.73% | 0.45% | - |
| HSV(B) | 56.82º | 0.85% | 0.79% | - |
| XYZ | 43.18 | 50.22 | 8.71 | - |
| YUV | 176.34 | 45.98 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 31 | 0 | 0.04 | 0.85 | 0.21 | 56.82 | 0.73 | 0.45 |
| Hex | C9 | C0 | 1F | 0 | 4 | 55 | 15 | 39 | 49 | 2D |
| Octal | 311 | 300 | 37 | 0 | 4 | 125 | 25 | 71 | 111 | 55 |
| Binary | 11001001 | 11000000 | 11111 | 0 | 100 | 1010101 | 10101 | 111001 | 1001001 | 101101 |
Color Harmonies of #C9C01F
Complementary color
Monochromatic Colors of #C9C01F
Black with #C9C01F
Text Example
Text Example
White with #C9C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C01F; }
p { color: rgb(201,192,31); }
H1.HeaderClassName
{
color: #C9C01F;
}
.AnyTagClassName
{
color: #C9C01F;
}
</style>
background-color css
<style>
a { background-color: #C9C01F; }
a { background-color: rgb(201,192,31); }
div.DivClassName
{
background-color: #C9C01F;
}
.BgClassName
{
background-color: #C9C01F;
}
</style>
border-color css
<style>
span { border-color: #C9C01F; }
span { border-color: rgb(201,192,31); }
td.TdClassName
{
border-color: #C9C01F;
}
.TagClassName
{
border-color: #C9C01F;
}
</style>