#C1AA3D

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

Shades of Brass #C1AA3D

Tints of Brass #C1AA3D

Color information

#C1AA3D (or 0xC1AA3D) is unknown color: approx Brass. HEX triplet: C1, AA and 3D. RGB value is (193,170,61). Sum of RGB (Red+Green+Blue) = 193+170+61=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA3D is #3E55C2. Grayscale: #A4A4A4. Windows color (decimal): -4085187 or 4041409. OLE color: 4041409.

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

Color convert

RGB19317061-
CMYK00.120.680.24
HSL49.55º51.97%49.8%-
HSV(B)49.55º68.39%75.69%-
XYZ37.2140.4210.26-
YUV164.4569.62148.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 61 (24.22% from 255) = 14.39%
R=45.52%
G=40.09%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931706100.120.680.2449.5551.9749.8
HexC1AA3D0C4418323432
Octal3012527501410430626462
Binary110000011010101011110101100100010011000110010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA3D; }

 p { color: rgb(193,170,61); }

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

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

 a { background-color: rgb(193,170,61); }

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

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

 span { border-color: rgb(193,170,61); }

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