Shades of Barberry #C6C32A
Tints of Barberry #C6C32A
RGB
CMYK
RGB Variations
Color information
#C6C32A (or 0xC6C32A) is known color: Barberry. HEX triplet: C6, C3 and 2A. RGB value is (198,195,42). Sum of RGB (Red+Green+Blue) = 198+195+42=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C32A is #393CD5. Grayscale: #B3B3B3. Windows color (decimal): -3751126 or 2802630. OLE color: 2802630.
HSL color Cylindrical-coordinate representation of color #C6C32A: hue angle of 58.85º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6C32A is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 42 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.22 |
| HSL | 58.85º | 0.65% | 0.47% | - |
| HSV(B) | 58.85º | 0.79% | 0.78% | - |
| XYZ | 43.22 | 51.2 | 9.8 | - |
| YUV | 178.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 42 | 0 | 0.02 | 0.79 | 0.22 | 58.85 | 0.65 | 0.47 |
| Hex | C6 | C3 | 2A | 0 | 2 | 4F | 16 | 3B | 41 | 2F |
| Octal | 306 | 303 | 52 | 0 | 2 | 117 | 26 | 73 | 101 | 57 |
| Binary | 11000110 | 11000011 | 101010 | 0 | 10 | 1001111 | 10110 | 111011 | 1000001 | 101111 |
Color Harmonies of #C6C32A
Complementary color
Monochromatic Colors of #C6C32A
Black with #C6C32A
Text Example
Text Example
White with #C6C32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C32A; }
p { color: rgb(198,195,42); }
H1.HeaderClassName
{
color: #C6C32A;
}
.AnyTagClassName
{
color: #C6C32A;
}
</style>
background-color css
<style>
a { background-color: #C6C32A; }
a { background-color: rgb(198,195,42); }
div.DivClassName
{
background-color: #C6C32A;
}
.BgClassName
{
background-color: #C6C32A;
}
</style>
border-color css
<style>
span { border-color: #C6C32A; }
span { border-color: rgb(198,195,42); }
td.TdClassName
{
border-color: #C6C32A;
}
.TagClassName
{
border-color: #C6C32A;
}
</style>