#C2A93A

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

Shades of Brass #C2A93A

Tints of Brass #C2A93A

Color information

#C2A93A (or 0xC2A93A) is unknown color: approx Brass. HEX triplet: C2, A9 and 3A. RGB value is (194,169,58). Sum of RGB (Red+Green+Blue) = 194+169+58=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A93A is #3D56C5. Grayscale: #A4A4A4. Windows color (decimal): -4019910 or 3844546. OLE color: 3844546.

HSL color Cylindrical-coordinate representation of color #C2A93A: hue angle of 48.97º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2A93A is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19416958-
CMYK00.130.700.24
HSL48.97º53.97%49.41%-
HSV(B)48.97º70.1%76.08%-
XYZ37.240.159.79-
YUV163.8268.28149.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 58 (23.05% from 255) = 13.78%
R=46.08%
G=40.14%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941695800.130.700.2448.9753.9749.41
HexC2A93A0D4618313631
Octal3022517201510630616661
Binary110000101010100111101001101100011011000110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A93A; }

 p { color: rgb(194,169,58); }

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

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

 a { background-color: rgb(194,169,58); }

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

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

 span { border-color: rgb(194,169,58); }

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