Shades of Brass #C1A93D
Tints of Brass #C1A93D
RGB
CMYK
RGB Variations
Color information
#C1A93D (or 0xC1A93D) is known color: Brass. HEX triplet: C1, A9 and 3D. RGB value is (193,169,61). Sum of RGB (Red+Green+Blue) = 193+169+61=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A93D is #3E56C2. Grayscale: #A4A4A4. Windows color (decimal): -4085443 or 4041153. OLE color: 4041153.
HSL color Cylindrical-coordinate representation of color #C1A93D: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1A93D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 61 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.24 |
| HSL | 49.09º | 0.52% | 0.5% | - |
| HSV(B) | 49.09º | 0.68% | 0.76% | - |
| XYZ | 37.02 | 40.05 | 10.19 | - |
| YUV | 163.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 61 | 0 | 0.12 | 0.68 | 0.24 | 49.09 | 0.52 | 0.5 |
| Hex | C1 | A9 | 3D | 0 | C | 44 | 18 | 31 | 34 | 32 |
| Octal | 301 | 251 | 75 | 0 | 14 | 104 | 30 | 61 | 64 | 62 |
| Binary | 11000001 | 10101001 | 111101 | 0 | 1100 | 1000100 | 11000 | 110001 | 110100 | 110010 |
Color Harmonies of #C1A93D
Complementary color
Monochromatic Colors of #C1A93D
Black with #C1A93D
Text Example
Text Example
White with #C1A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A93D; }
p { color: rgb(193,169,61); }
H1.HeaderClassName
{
color: #C1A93D;
}
.AnyTagClassName
{
color: #C1A93D;
}
</style>
background-color css
<style>
a { background-color: #C1A93D; }
a { background-color: rgb(193,169,61); }
div.DivClassName
{
background-color: #C1A93D;
}
.BgClassName
{
background-color: #C1A93D;
}
</style>
border-color css
<style>
span { border-color: #C1A93D; }
span { border-color: rgb(193,169,61); }
td.TdClassName
{
border-color: #C1A93D;
}
.TagClassName
{
border-color: #C1A93D;
}
</style>