#C1AA38

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

Shades of Brass #C1AA38

Tints of Brass #C1AA38

Color information

#C1AA38 (or 0xC1AA38) is unknown color: approx Brass. HEX triplet: C1, AA and 38. RGB value is (193,170,56). Sum of RGB (Red+Green+Blue) = 193+170+56=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA38 is #3E55C7. Grayscale: #A4A4A4. Windows color (decimal): -4085192 or 3713729. OLE color: 3713729.

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

Color convert

RGB19317056-
CMYK00.120.710.24
HSL49.93º55.02%48.82%-
HSV(B)49.93º70.98%75.69%-
XYZ37.0840.379.58-
YUV163.8867.12148.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 56 (22.27% from 255) = 13.37%
R=46.06%
G=40.57%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931705600.120.710.2449.9355.0248.82
HexC1AA380C4718323731
Octal3012527001410730626761
Binary110000011010101011100001100100011111000110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA38; }

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

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

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

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

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

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

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

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