#C1A23C

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

Shades of Brass #C1A23C

Tints of Brass #C1A23C

Color information

#C1A23C (or 0xC1A23C) is unknown color: approx Brass. HEX triplet: C1, A2 and 3C. RGB value is (193,162,60). Sum of RGB (Red+Green+Blue) = 193+162+60=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A23C is #3E5DC3. Grayscale: #A0A0A0. Windows color (decimal): -4087236 or 3973825. OLE color: 3973825.

HSL color Cylindrical-coordinate representation of color #C1A23C: hue angle of 46.02º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1A23C is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19316260-
CMYK00.160.690.24
HSL46.02º52.57%49.61%-
HSV(B)46.02º68.91%75.69%-
XYZ35.7337.59.63-
YUV159.6471.77151.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 60 (23.83% from 255) = 14.46%
R=46.51%
G=39.04%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931626000.160.690.2446.0252.5749.61
HexC1A23C01045182e3532
Octal3012427402010530566562
Binary1100000110100010111100010000100010111000101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A23C; }

 p { color: rgb(193,162,60); }

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

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

 a { background-color: rgb(193,162,60); }

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

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

 span { border-color: rgb(193,162,60); }

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