Shades of Brass #C1A53F
Tints of Brass #C1A53F
RGB
CMYK
RGB Variations
Color information
#C1A53F (or 0xC1A53F) is known color: Brass. HEX triplet: C1, A5 and 3F. RGB value is (193,165,63). Sum of RGB (Red+Green+Blue) = 193+165+63=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A53F is #3E5AC0. Grayscale: #A2A2A2. Windows color (decimal): -4086465 or 4171201. OLE color: 4171201.
HSL color Cylindrical-coordinate representation of color #C1A53F: hue angle of 47.08º 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 #C1A53F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 165 | 63 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.24 |
| HSL | 47.08º | 0.51% | 0.5% | - |
| HSV(B) | 47.08º | 0.67% | 0.76% | - |
| XYZ | 36.34 | 38.61 | 10.24 | - |
| YUV | 161.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 63 | 0 | 0.15 | 0.67 | 0.24 | 47.08 | 0.51 | 0.5 |
| Hex | C1 | A5 | 3F | 0 | F | 43 | 18 | 2F | 33 | 32 |
| Octal | 301 | 245 | 77 | 0 | 17 | 103 | 30 | 57 | 63 | 62 |
| Binary | 11000001 | 10100101 | 111111 | 0 | 1111 | 1000011 | 11000 | 101111 | 110011 | 110010 |
Color Harmonies of #C1A53F
Complementary color
Monochromatic Colors of #C1A53F
Black with #C1A53F
Text Example
Text Example
White with #C1A53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A53F; }
p { color: rgb(193,165,63); }
H1.HeaderClassName
{
color: #C1A53F;
}
.AnyTagClassName
{
color: #C1A53F;
}
</style>
background-color css
<style>
a { background-color: #C1A53F; }
a { background-color: rgb(193,165,63); }
div.DivClassName
{
background-color: #C1A53F;
}
.BgClassName
{
background-color: #C1A53F;
}
</style>
border-color css
<style>
span { border-color: #C1A53F; }
span { border-color: rgb(193,165,63); }
td.TdClassName
{
border-color: #C1A53F;
}
.TagClassName
{
border-color: #C1A53F;
}
</style>