#C1A83D

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

Shades of Brass #C1A83D

Tints of Brass #C1A83D

Color information

#C1A83D (or 0xC1A83D) is unknown color: approx Brass. HEX triplet: C1, A8 and 3D. RGB value is (193,168,61). Sum of RGB (Red+Green+Blue) = 193+168+61=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A83D is #3E57C2. Grayscale: #A3A3A3. Windows color (decimal): -4085699 or 4040897. OLE color: 4040897.

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

Color convert

RGB19316861-
CMYK00.130.680.24
HSL48.64º51.97%49.8%-
HSV(B)48.64º68.39%75.69%-
XYZ36.8439.6810.13-
YUV163.2870.28149.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 61 (24.22% from 255) = 14.45%
R=45.73%
G=39.81%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931686100.130.680.2448.6451.9749.8
HexC1A83D0D4418313432
Octal3012507501510430616462
Binary110000011010100011110101101100010011000110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A83D; }

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

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

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

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

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

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

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

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