Shades of Brass #C3A93C
Tints of Brass #C3A93C
RGB
CMYK
RGB Variations
Color information
#C3A93C (or 0xC3A93C) is known color: Brass. HEX triplet: C3, A9 and 3C. RGB value is (195,169,60). Sum of RGB (Red+Green+Blue) = 195+169+60=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A93C is #3C56C3. Grayscale: #A4A4A4. Windows color (decimal): -3954372 or 3975619. OLE color: 3975619.
HSL color Cylindrical-coordinate representation of color #C3A93C: hue angle of 48.44º 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 #C3A93C is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 60 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.24 |
| HSL | 48.44º | 0.53% | 0.5% | - |
| HSV(B) | 48.44º | 0.69% | 0.76% | - |
| XYZ | 37.51 | 40.3 | 10.08 | - |
| YUV | 164.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 60 | 0 | 0.13 | 0.69 | 0.24 | 48.44 | 0.53 | 0.5 |
| Hex | C3 | A9 | 3C | 0 | D | 45 | 18 | 30 | 35 | 32 |
| Octal | 303 | 251 | 74 | 0 | 15 | 105 | 30 | 60 | 65 | 62 |
| Binary | 11000011 | 10101001 | 111100 | 0 | 1101 | 1000101 | 11000 | 110000 | 110101 | 110010 |
Color Harmonies of #C3A93C
Complementary color
Monochromatic Colors of #C3A93C
Black with #C3A93C
Text Example
Text Example
White with #C3A93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A93C; }
p { color: rgb(195,169,60); }
H1.HeaderClassName
{
color: #C3A93C;
}
.AnyTagClassName
{
color: #C3A93C;
}
</style>
background-color css
<style>
a { background-color: #C3A93C; }
a { background-color: rgb(195,169,60); }
div.DivClassName
{
background-color: #C3A93C;
}
.BgClassName
{
background-color: #C3A93C;
}
</style>
border-color css
<style>
span { border-color: #C3A93C; }
span { border-color: rgb(195,169,60); }
td.TdClassName
{
border-color: #C3A93C;
}
.TagClassName
{
border-color: #C3A93C;
}
</style>