Shades of Brass #C1A640
Tints of Brass #C1A640
RGB
CMYK
RGB Variations
Color information
#C1A640 (or 0xC1A640) is known color: Brass. HEX triplet: C1, A6 and 40. RGB value is (193,166,64). Sum of RGB (Red+Green+Blue) = 193+166+64=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A640 is #3E59BF. Grayscale: #A2A2A2. Windows color (decimal): -4086208 or 4236993. OLE color: 4236993.
HSL color Cylindrical-coordinate representation of color #C1A640: hue angle of 47.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1A640 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 64 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.24 |
| HSL | 47.44º | 0.51% | 0.5% | - |
| HSV(B) | 47.44º | 0.67% | 0.76% | - |
| XYZ | 36.55 | 38.98 | 10.45 | - |
| YUV | 162.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 64 | 0 | 0.14 | 0.67 | 0.24 | 47.44 | 0.51 | 0.5 |
| Hex | C1 | A6 | 40 | 0 | E | 43 | 18 | 2F | 33 | 32 |
| Octal | 301 | 246 | 100 | 0 | 16 | 103 | 30 | 57 | 63 | 62 |
| Binary | 11000001 | 10100110 | 1000000 | 0 | 1110 | 1000011 | 11000 | 101111 | 110011 | 110010 |
Color Harmonies of #C1A640
Complementary color
Monochromatic Colors of #C1A640
Black with #C1A640
Text Example
Text Example
White with #C1A640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A640; }
p { color: rgb(193,166,64); }
H1.HeaderClassName
{
color: #C1A640;
}
.AnyTagClassName
{
color: #C1A640;
}
</style>
background-color css
<style>
a { background-color: #C1A640; }
a { background-color: rgb(193,166,64); }
div.DivClassName
{
background-color: #C1A640;
}
.BgClassName
{
background-color: #C1A640;
}
</style>
border-color css
<style>
span { border-color: #C1A640; }
span { border-color: rgb(193,166,64); }
td.TdClassName
{
border-color: #C1A640;
}
.TagClassName
{
border-color: #C1A640;
}
</style>