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