#C1A63A

Color #C1A63A Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #C1A63A

Tints of Brass #C1A63A

Color information

#C1A63A (or 0xC1A63A) is unknown color: approx Brass. HEX triplet: C1, A6 and 3A. RGB value is (193,166,58). Sum of RGB (Red+Green+Blue) = 193+166+58=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A63A is #3E59C5. Grayscale: #A2A2A2. Windows color (decimal): -4086214 or 3843777. OLE color: 3843777.

HSL color Cylindrical-coordinate representation of color #C1A63A: hue angle of 48º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1A63A is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19316658-
CMYK00.140.700.24
HSL48º53.78%49.22%-
HSV(B)48º69.95%75.69%-
XYZ36.3938.929.6-
YUV161.7669.45150.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=46.28%
G=39.81%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931665800.140.700.244853.7849.22
HexC1A63A0E4618303631
Octal3012467201610630606661
Binary110000011010011011101001110100011011000110000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A63A; }

 p { color: rgb(193,166,58); }

 H1.HeaderClassName
 {
   color: #C1A63A;
 }
 .AnyTagClassName
 {
   color: #C1A63A;
 }
</style>
background-color css

<style>
 a { background-color: #C1A63A; }

 a { background-color: rgb(193,166,58); }

 div.DivClassName
 {
   background-color: #C1A63A;
 }
 .BgClassName
 {
   background-color: #C1A63A;
 }
</style>
border-color css

<style>
 span { border-color: #C1A63A; }

 span { border-color: rgb(193,166,58); }

 td.TdClassName
 {
   border-color: #C1A63A;
 }
 .TagClassName
 {
   border-color: #C1A63A;
 }
</style>