#C1A633

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

Shades of Brass #C1A633

Tints of Brass #C1A633

Color information

#C1A633 (or 0xC1A633) is unknown color: approx Brass. HEX triplet: C1, A6 and 33. RGB value is (193,166,51). Sum of RGB (Red+Green+Blue) = 193+166+51=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A633 is #3E59CC. Grayscale: #A1A1A1. Windows color (decimal): -4086221 or 3385025. OLE color: 3385025.

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

Color convert

RGB19316651-
CMYK00.140.740.24
HSL48.59º58.2%47.84%-
HSV(B)48.59º73.58%75.69%-
XYZ36.2338.858.72-
YUV160.9665.95150.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 51 (20.31% from 255) = 12.44%
R=47.07%
G=40.49%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931665100.140.740.2448.5958.247.84
HexC1A6330E4A18313a30
Octal3012466301611230617260
Binary110000011010011011001101110100101011000110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A633; }

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

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

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

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

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

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

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

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