Shades of Brass #C1AC3F
Tints of Brass #C1AC3F
RGB
CMYK
RGB Variations
Color information
#C1AC3F (or 0xC1AC3F) is known color: Brass. HEX triplet: C1, AC and 3F. RGB value is (193,172,63). Sum of RGB (Red+Green+Blue) = 193+172+63=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AC3F is #3E53C0. Grayscale: #A6A6A6. Windows color (decimal): -4084673 or 4172993. OLE color: 4172993.
HSL color Cylindrical-coordinate representation of color #C1AC3F: hue angle of 50.31º 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 #C1AC3F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 63 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.24 |
| HSL | 50.31º | 0.51% | 0.5% | - |
| HSV(B) | 50.31º | 0.67% | 0.76% | - |
| XYZ | 37.64 | 41.2 | 10.67 | - |
| YUV | 165.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 63 | 0 | 0.11 | 0.67 | 0.24 | 50.31 | 0.51 | 0.5 |
| Hex | C1 | AC | 3F | 0 | B | 43 | 18 | 32 | 33 | 32 |
| Octal | 301 | 254 | 77 | 0 | 13 | 103 | 30 | 62 | 63 | 62 |
| Binary | 11000001 | 10101100 | 111111 | 0 | 1011 | 1000011 | 11000 | 110010 | 110011 | 110010 |
Color Harmonies of #C1AC3F
Complementary color
Monochromatic Colors of #C1AC3F
Black with #C1AC3F
Text Example
Text Example
White with #C1AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC3F; }
p { color: rgb(193,172,63); }
H1.HeaderClassName
{
color: #C1AC3F;
}
.AnyTagClassName
{
color: #C1AC3F;
}
</style>
background-color css
<style>
a { background-color: #C1AC3F; }
a { background-color: rgb(193,172,63); }
div.DivClassName
{
background-color: #C1AC3F;
}
.BgClassName
{
background-color: #C1AC3F;
}
</style>
border-color css
<style>
span { border-color: #C1AC3F; }
span { border-color: rgb(193,172,63); }
td.TdClassName
{
border-color: #C1AC3F;
}
.TagClassName
{
border-color: #C1AC3F;
}
</style>