#C2A738

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

Shades of Brass #C2A738

Tints of Brass #C2A738

Color information

#C2A738 (or 0xC2A738) is unknown color: approx Brass. HEX triplet: C2, A7 and 38. RGB value is (194,167,56). Sum of RGB (Red+Green+Blue) = 194+167+56=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A738 is #3D58C7. Grayscale: #A2A2A2. Windows color (decimal): -4020424 or 3712962. OLE color: 3712962.

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

Color convert

RGB19416756-
CMYK00.140.710.24
HSL48.26º55.2%49.02%-
HSV(B)48.26º71.13%76.08%-
XYZ36.7839.399.41-
YUV162.4267.95150.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 56 (22.27% from 255) = 13.43%
R=46.52%
G=40.05%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941675600.140.710.2448.2655.249.02
HexC2A7380E4718303731
Octal3022477001610730606761
Binary110000101010011111100001110100011111000110000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A738; }

 p { color: rgb(194,167,56); }

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

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

 a { background-color: rgb(194,167,56); }

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

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

 span { border-color: rgb(194,167,56); }

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