#C1AE40

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

Shades of Brass #C1AE40

Tints of Brass #C1AE40

Color information

#C1AE40 (or 0xC1AE40) is unknown color: approx Brass. HEX triplet: C1, AE and 40. RGB value is (193,174,64). Sum of RGB (Red+Green+Blue) = 193+174+64=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AE40 is #3E51BF. Grayscale: #A7A7A7. Windows color (decimal): -4084160 or 4239041. OLE color: 4239041.

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

Color convert

RGB19317464-
CMYK00.100.670.24
HSL51.16º50.99%50.39%-
HSV(B)51.16º66.84%75.69%-
XYZ38.0541.9810.95-
YUV167.1469.79146.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=44.78%
G=40.37%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931746400.100.670.2451.1650.9950.39
HexC1AE400A4318333332
Octal30125610001210330636362
Binary1100000110101110100000001010100001111000110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE40; }

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

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

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

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

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

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

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

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