Shades of Brass #C2A93C
Tints of Brass #C2A93C
RGB
CMYK
RGB Variations
Color information
#C2A93C (or 0xC2A93C) is known color: Brass. HEX triplet: C2, A9 and 3C. RGB value is (194,169,60). Sum of RGB (Red+Green+Blue) = 194+169+60=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A93C is #3D56C3. Grayscale: #A4A4A4. Windows color (decimal): -4019908 or 3975618. OLE color: 3975618.
HSL color Cylindrical-coordinate representation of color #C2A93C: hue angle of 48.81º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2A93C is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 60 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.24 |
| HSL | 48.81º | 0.53% | 0.5% | - |
| HSV(B) | 48.81º | 0.69% | 0.76% | - |
| XYZ | 37.25 | 40.17 | 10.07 | - |
| YUV | 164.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 60 | 0 | 0.13 | 0.69 | 0.24 | 48.81 | 0.53 | 0.5 |
| Hex | C2 | A9 | 3C | 0 | D | 45 | 18 | 31 | 35 | 32 |
| Octal | 302 | 251 | 74 | 0 | 15 | 105 | 30 | 61 | 65 | 62 |
| Binary | 11000010 | 10101001 | 111100 | 0 | 1101 | 1000101 | 11000 | 110001 | 110101 | 110010 |
Color Harmonies of #C2A93C
Complementary color
Monochromatic Colors of #C2A93C
Black with #C2A93C
Text Example
Text Example
White with #C2A93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A93C; }
p { color: rgb(194,169,60); }
H1.HeaderClassName
{
color: #C2A93C;
}
.AnyTagClassName
{
color: #C2A93C;
}
</style>
background-color css
<style>
a { background-color: #C2A93C; }
a { background-color: rgb(194,169,60); }
div.DivClassName
{
background-color: #C2A93C;
}
.BgClassName
{
background-color: #C2A93C;
}
</style>
border-color css
<style>
span { border-color: #C2A93C; }
span { border-color: rgb(194,169,60); }
td.TdClassName
{
border-color: #C2A93C;
}
.TagClassName
{
border-color: #C2A93C;
}
</style>