#C1A63B

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

Shades of Brass #C1A63B

Tints of Brass #C1A63B

Color information

#C1A63B (or 0xC1A63B) is unknown color: approx Brass. HEX triplet: C1, A6 and 3B. RGB value is (193,166,59). Sum of RGB (Red+Green+Blue) = 193+166+59=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A63B is #3E59C4. Grayscale: #A2A2A2. Windows color (decimal): -4086213 or 3909313. OLE color: 3909313.

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

Color convert

RGB19316659-
CMYK00.140.690.24
HSL47.91º53.17%49.41%-
HSV(B)47.91º69.43%75.69%-
XYZ36.4238.939.73-
YUV161.8869.95150.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 59 (23.44% from 255) = 14.11%
R=46.17%
G=39.71%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931665900.140.690.2447.9153.1749.41
HexC1A63B0E4518303531
Octal3012467301610530606561
Binary110000011010011011101101110100010111000110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A63B; }

 p { color: rgb(193,166,59); }

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

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

 a { background-color: rgb(193,166,59); }

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

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

 span { border-color: rgb(193,166,59); }

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