#C1A33C

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

Shades of Brass #C1A33C

Tints of Brass #C1A33C

Color information

#C1A33C (or 0xC1A33C) is unknown color: approx Brass. HEX triplet: C1, A3 and 3C. RGB value is (193,163,60). Sum of RGB (Red+Green+Blue) = 193+163+60=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A33C is #3E5CC3. Grayscale: #A0A0A0. Windows color (decimal): -4086980 or 3974081. OLE color: 3974081.

HSL color Cylindrical-coordinate representation of color #C1A33C: hue angle of 46.47º 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 #C1A33C is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19316360-
CMYK00.160.690.24
HSL46.47º52.57%49.61%-
HSV(B)46.47º68.91%75.69%-
XYZ35.9137.869.69-
YUV160.2371.44151.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 60 (23.83% from 255) = 14.42%
R=46.39%
G=39.18%
B=14.42%

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
Decimal1931636000.160.690.2446.4752.5749.61
HexC1A33C01045182e3532
Octal3012437402010530566562
Binary1100000110100011111100010000100010111000101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A33C; }

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

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

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

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

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

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

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

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