#C2A93B

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

Shades of Brass #C2A93B

Tints of Brass #C2A93B

Color information

#C2A93B (or 0xC2A93B) is unknown color: approx Brass. HEX triplet: C2, A9 and 3B. RGB value is (194,169,59). Sum of RGB (Red+Green+Blue) = 194+169+59=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A93B is #3D56C4. Grayscale: #A4A4A4. Windows color (decimal): -4019909 or 3910082. OLE color: 3910082.

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

Color convert

RGB19416959-
CMYK00.130.700.24
HSL48.89º53.36%49.61%-
HSV(B)48.89º69.59%76.08%-
XYZ37.2340.169.93-
YUV163.9468.78149.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 59 (23.44% from 255) = 13.98%
R=45.97%
G=40.05%
B=13.98%

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
Decimal1941695900.130.700.2448.8953.3649.61
HexC2A93B0D4618313532
Octal3022517301510630616562
Binary110000101010100111101101101100011011000110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A93B; }

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

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

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

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

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

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

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

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