Shades of Brass #C1A840
Tints of Brass #C1A840
RGB
CMYK
RGB Variations
Color information
#C1A840 (or 0xC1A840) is known color: Brass. HEX triplet: C1, A8 and 40. RGB value is (193,168,64). Sum of RGB (Red+Green+Blue) = 193+168+64=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A840 is #3E57BF. Grayscale: #A4A4A4. Windows color (decimal): -4085696 or 4237505. OLE color: 4237505.
HSL color Cylindrical-coordinate representation of color #C1A840: hue angle of 48.37º 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 #C1A840 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 64 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.24 |
| HSL | 48.37º | 0.51% | 0.5% | - |
| HSV(B) | 48.37º | 0.67% | 0.76% | - |
| XYZ | 36.92 | 39.71 | 10.57 | - |
| YUV | 163.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 64 | 0 | 0.13 | 0.67 | 0.24 | 48.37 | 0.51 | 0.5 |
| Hex | C1 | A8 | 40 | 0 | D | 43 | 18 | 30 | 33 | 32 |
| Octal | 301 | 250 | 100 | 0 | 15 | 103 | 30 | 60 | 63 | 62 |
| Binary | 11000001 | 10101000 | 1000000 | 0 | 1101 | 1000011 | 11000 | 110000 | 110011 | 110010 |
Color Harmonies of #C1A840
Complementary color
Monochromatic Colors of #C1A840
Black with #C1A840
Text Example
Text Example
White with #C1A840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A840; }
p { color: rgb(193,168,64); }
H1.HeaderClassName
{
color: #C1A840;
}
.AnyTagClassName
{
color: #C1A840;
}
</style>
background-color css
<style>
a { background-color: #C1A840; }
a { background-color: rgb(193,168,64); }
div.DivClassName
{
background-color: #C1A840;
}
.BgClassName
{
background-color: #C1A840;
}
</style>
border-color css
<style>
span { border-color: #C1A840; }
span { border-color: rgb(193,168,64); }
td.TdClassName
{
border-color: #C1A840;
}
.TagClassName
{
border-color: #C1A840;
}
</style>