#C1A23B

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

Shades of Brass #C1A23B

Tints of Brass #C1A23B

Color information

#C1A23B (or 0xC1A23B) is unknown color: approx Brass. HEX triplet: C1, A2 and 3B. RGB value is (193,162,59). Sum of RGB (Red+Green+Blue) = 193+162+59=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A23B is #3E5DC4. Grayscale: #9F9F9F. Windows color (decimal): -4087237 or 3908289. OLE color: 3908289.

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

Color convert

RGB19316259-
CMYK00.160.690.24
HSL46.12º53.17%49.41%-
HSV(B)46.12º69.43%75.69%-
XYZ35.737.499.49-
YUV159.5371.27151.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 59 (23.44% from 255) = 14.25%
R=46.62%
G=39.13%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931625900.160.690.2446.1253.1749.41
HexC1A23B01045182e3531
Octal3012427302010530566561
Binary1100000110100010111011010000100010111000101110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A23B; }

 p { color: rgb(193,162,59); }

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

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

 a { background-color: rgb(193,162,59); }

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

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

 span { border-color: rgb(193,162,59); }

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