Shades of Brass #C1A83F
Tints of Brass #C1A83F
RGB
CMYK
RGB Variations
Color information
#C1A83F (or 0xC1A83F) is known color: Brass. HEX triplet: C1, A8 and 3F. RGB value is (193,168,63). Sum of RGB (Red+Green+Blue) = 193+168+63=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A83F is #3E57C0. Grayscale: #A3A3A3. Windows color (decimal): -4085697 or 4171969. OLE color: 4171969.
HSL color Cylindrical-coordinate representation of color #C1A83F: hue angle of 48.46º 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 #C1A83F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 63 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.24 |
| HSL | 48.46º | 0.51% | 0.5% | - |
| HSV(B) | 48.46º | 0.67% | 0.76% | - |
| XYZ | 36.89 | 39.7 | 10.42 | - |
| YUV | 163.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 63 | 0 | 0.13 | 0.67 | 0.24 | 48.46 | 0.51 | 0.5 |
| Hex | C1 | A8 | 3F | 0 | D | 43 | 18 | 30 | 33 | 32 |
| Octal | 301 | 250 | 77 | 0 | 15 | 103 | 30 | 60 | 63 | 62 |
| Binary | 11000001 | 10101000 | 111111 | 0 | 1101 | 1000011 | 11000 | 110000 | 110011 | 110010 |
Color Harmonies of #C1A83F
Complementary color
Monochromatic Colors of #C1A83F
Black with #C1A83F
Text Example
Text Example
White with #C1A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A83F; }
p { color: rgb(193,168,63); }
H1.HeaderClassName
{
color: #C1A83F;
}
.AnyTagClassName
{
color: #C1A83F;
}
</style>
background-color css
<style>
a { background-color: #C1A83F; }
a { background-color: rgb(193,168,63); }
div.DivClassName
{
background-color: #C1A83F;
}
.BgClassName
{
background-color: #C1A83F;
}
</style>
border-color css
<style>
span { border-color: #C1A83F; }
span { border-color: rgb(193,168,63); }
td.TdClassName
{
border-color: #C1A83F;
}
.TagClassName
{
border-color: #C1A83F;
}
</style>