#C2A83A

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

Shades of Brass #C2A83A

Tints of Brass #C2A83A

Color information

#C2A83A (or 0xC2A83A) is unknown color: approx Brass. HEX triplet: C2, A8 and 3A. RGB value is (194,168,58). Sum of RGB (Red+Green+Blue) = 194+168+58=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A83A is #3D57C5. Grayscale: #A3A3A3. Windows color (decimal): -4020166 or 3844290. OLE color: 3844290.

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

Color convert

RGB19416858-
CMYK00.130.700.24
HSL48.53º53.97%49.41%-
HSV(B)48.53º70.1%76.08%-
XYZ37.0139.789.73-
YUV163.2368.61149.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 13.81%
R=46.19%
G=40%
B=13.81%

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
Decimal1941685800.130.700.2448.5353.9749.41
HexC2A83A0D4618313631
Octal3022507201510630616661
Binary110000101010100011101001101100011011000110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A83A; }

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

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

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

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

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

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

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

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