Shades of Brass #C1A933
Tints of Brass #C1A933
RGB
CMYK
RGB Variations
Color information
#C1A933 (or 0xC1A933) is known color: Brass. HEX triplet: C1, A9 and 33. RGB value is (193,169,51). Sum of RGB (Red+Green+Blue) = 193+169+51=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A933 is #3E56CC. Grayscale: #A3A3A3. Windows color (decimal): -4085453 or 3385793. OLE color: 3385793.
HSL color Cylindrical-coordinate representation of color #C1A933: hue angle of 49.86º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1A933 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 51 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.24 |
| HSL | 49.86º | 0.58% | 0.48% | - |
| HSV(B) | 49.86º | 0.74% | 0.76% | - |
| XYZ | 36.78 | 39.95 | 8.91 | - |
| YUV | 162.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 51 | 0 | 0.12 | 0.74 | 0.24 | 49.86 | 0.58 | 0.48 |
| Hex | C1 | A9 | 33 | 0 | C | 4A | 18 | 32 | 3A | 30 |
| Octal | 301 | 251 | 63 | 0 | 14 | 112 | 30 | 62 | 72 | 60 |
| Binary | 11000001 | 10101001 | 110011 | 0 | 1100 | 1001010 | 11000 | 110010 | 111010 | 110000 |
Color Harmonies of #C1A933
Complementary color
Monochromatic Colors of #C1A933
Black with #C1A933
Text Example
Text Example
White with #C1A933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A933; }
p { color: rgb(193,169,51); }
H1.HeaderClassName
{
color: #C1A933;
}
.AnyTagClassName
{
color: #C1A933;
}
</style>
background-color css
<style>
a { background-color: #C1A933; }
a { background-color: rgb(193,169,51); }
div.DivClassName
{
background-color: #C1A933;
}
.BgClassName
{
background-color: #C1A933;
}
</style>
border-color css
<style>
span { border-color: #C1A933; }
span { border-color: rgb(193,169,51); }
td.TdClassName
{
border-color: #C1A933;
}
.TagClassName
{
border-color: #C1A933;
}
</style>