Shades of Barberry #C9C327
Tints of Barberry #C9C327
RGB
CMYK
RGB Variations
Color information
#C9C327 (or 0xC9C327) is known color: Barberry. HEX triplet: C9, C3 and 27. RGB value is (201,195,39). Sum of RGB (Red+Green+Blue) = 201+195+39=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C327 is #363CD8. Grayscale: #B3B3B3. Windows color (decimal): -3554521 or 2606025. OLE color: 2606025.
HSL color Cylindrical-coordinate representation of color #C9C327: hue angle of 57.78º 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 #C9C327 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 39 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.21 |
| HSL | 57.78º | 0.68% | 0.47% | - |
| HSV(B) | 57.78º | 0.81% | 0.79% | - |
| XYZ | 43.97 | 51.59 | 9.56 | - |
| YUV | 179.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 39 | 0 | 0.03 | 0.81 | 0.21 | 57.78 | 0.68 | 0.47 |
| Hex | C9 | C3 | 27 | 0 | 3 | 51 | 15 | 3A | 44 | 2F |
| Octal | 311 | 303 | 47 | 0 | 3 | 121 | 25 | 72 | 104 | 57 |
| Binary | 11001001 | 11000011 | 100111 | 0 | 11 | 1010001 | 10101 | 111010 | 1000100 | 101111 |
Color Harmonies of #C9C327
Complementary color
Monochromatic Colors of #C9C327
Black with #C9C327
Text Example
Text Example
White with #C9C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C327; }
p { color: rgb(201,195,39); }
H1.HeaderClassName
{
color: #C9C327;
}
.AnyTagClassName
{
color: #C9C327;
}
</style>
background-color css
<style>
a { background-color: #C9C327; }
a { background-color: rgb(201,195,39); }
div.DivClassName
{
background-color: #C9C327;
}
.BgClassName
{
background-color: #C9C327;
}
</style>
border-color css
<style>
span { border-color: #C9C327; }
span { border-color: rgb(201,195,39); }
td.TdClassName
{
border-color: #C9C327;
}
.TagClassName
{
border-color: #C9C327;
}
</style>