#C1AA36

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

Shades of Brass #C1AA36

Tints of Brass #C1AA36

Color information

#C1AA36 (or 0xC1AA36) is unknown color: approx Brass. HEX triplet: C1, AA and 36. RGB value is (193,170,54). Sum of RGB (Red+Green+Blue) = 193+170+54=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA36 is #3E55C9. Grayscale: #A4A4A4. Windows color (decimal): -4085194 or 3582657. OLE color: 3582657.

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

Color convert

RGB19317054-
CMYK00.120.720.24
HSL50.07º56.28%48.43%-
HSV(B)50.07º72.02%75.69%-
XYZ37.0340.359.33-
YUV163.6566.12148.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 54 (21.48% from 255) = 12.95%
R=46.28%
G=40.77%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931705400.120.720.2450.0756.2848.43
HexC1AA360C4818323830
Octal3012526601411030627060
Binary110000011010101011011001100100100011000110010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA36; }

 p { color: rgb(193,170,54); }

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

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

 a { background-color: rgb(193,170,54); }

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

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

 span { border-color: rgb(193,170,54); }

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