#C1AB40

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

Shades of Brass #C1AB40

Tints of Brass #C1AB40

Color information

#C1AB40 (or 0xC1AB40) is unknown color: approx Brass. HEX triplet: C1, AB and 40. RGB value is (193,171,64). Sum of RGB (Red+Green+Blue) = 193+171+64=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB40 is #3E54BF. Grayscale: #A5A5A5. Windows color (decimal): -4084928 or 4238273. OLE color: 4238273.

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

Color convert

RGB19317164-
CMYK00.110.670.24
HSL49.77º50.99%50.39%-
HSV(B)49.77º66.84%75.69%-
XYZ37.4840.8310.76-
YUV165.3870.79147.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 64 (25.39% from 255) = 14.95%
R=45.09%
G=39.95%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931716400.110.670.2449.7750.9950.39
HexC1AB400B4318323332
Octal30125310001310330626362
Binary1100000110101011100000001011100001111000110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB40; }

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

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

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

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

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

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

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

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