#C1A433

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

Shades of Brass #C1A433

Tints of Brass #C1A433

Color information

#C1A433 (or 0xC1A433) is unknown color: approx Brass. HEX triplet: C1, A4 and 33. RGB value is (193,164,51). Sum of RGB (Red+Green+Blue) = 193+164+51=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A433 is #3E5BCC. Grayscale: #A0A0A0. Windows color (decimal): -4086733 or 3384513. OLE color: 3384513.

HSL color Cylindrical-coordinate representation of color #C1A433: hue angle of 47.75º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1A433 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19316451-
CMYK00.150.740.24
HSL47.75º58.2%47.84%-
HSV(B)47.75º73.58%75.69%-
XYZ35.8738.138.6-
YUV159.7966.61151.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 51 (20.31% from 255) = 12.5%
R=47.30%
G=40.20%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931645100.150.740.2447.7558.247.84
HexC1A4330F4A18303a30
Octal3012446301711230607260
Binary110000011010010011001101111100101011000110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A433; }

 p { color: rgb(193,164,51); }

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

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

 a { background-color: rgb(193,164,51); }

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

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

 span { border-color: rgb(193,164,51); }

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