#C1AC3E

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

Shades of Brass #C1AC3E

Tints of Brass #C1AC3E

Color information

#C1AC3E (or 0xC1AC3E) is unknown color: approx Brass. HEX triplet: C1, AC and 3E. RGB value is (193,172,62). Sum of RGB (Red+Green+Blue) = 193+172+62=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AC3E is #3E53C1. Grayscale: #A6A6A6. Windows color (decimal): -4084674 or 4107457. OLE color: 4107457.

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

Color convert

RGB19317262-
CMYK00.110.680.24
HSL50.38º51.37%50%-
HSV(B)50.38º67.88%75.69%-
XYZ37.6141.1910.53-
YUV165.7469.46147.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 62 (24.61% from 255) = 14.52%
R=45.20%
G=40.28%
B=14.52%

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
Decimal1931726200.110.680.2450.3851.3750
HexC1AC3E0B4418323332
Octal3012547601310430626362
Binary110000011010110011111001011100010011000110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC3E; }

 p { color: rgb(193,172,62); }

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

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

 a { background-color: rgb(193,172,62); }

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

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

 span { border-color: rgb(193,172,62); }

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