#C1AB3D

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

Shades of Brass #C1AB3D

Tints of Brass #C1AB3D

Color information

#C1AB3D (or 0xC1AB3D) is unknown color: approx Brass. HEX triplet: C1, AB and 3D. RGB value is (193,171,61). Sum of RGB (Red+Green+Blue) = 193+171+61=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB3D is #3E54C2. Grayscale: #A5A5A5. Windows color (decimal): -4084931 or 4041665. OLE color: 4041665.

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

Color convert

RGB19317161-
CMYK00.110.680.24
HSL50º51.97%49.8%-
HSV(B)50º68.39%75.69%-
XYZ37.440.810.32-
YUV165.0469.29147.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=45.41%
G=40.24%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931716100.110.680.245051.9749.8
HexC1AB3D0B4418323432
Octal3012537501310430626462
Binary110000011010101111110101011100010011000110010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB3D; }

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

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

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

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

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

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

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

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