#C1AA40

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

Shades of Brass #C1AA40

Tints of Brass #C1AA40

Color information

#C1AA40 (or 0xC1AA40) is unknown color: approx Brass. HEX triplet: C1, AA and 40. RGB value is (193,170,64). Sum of RGB (Red+Green+Blue) = 193+170+64=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA40 is #3E55BF. Grayscale: #A5A5A5. Windows color (decimal): -4085184 or 4238017. OLE color: 4238017.

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

Color convert

RGB19317064-
CMYK00.120.670.24
HSL49.3º50.99%50.39%-
HSV(B)49.3º66.84%75.69%-
XYZ37.2940.4610.69-
YUV164.7971.12148.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=45.20%
G=39.81%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931706400.120.670.2449.350.9950.39
HexC1AA400C4318313332
Octal30125210001410330616362
Binary1100000110101010100000001100100001111000110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA40; }

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

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

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

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

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

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

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

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