#C0A636

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

Shades of Brass #C0A636

Tints of Brass #C0A636

Color information

#C0A636 (or 0xC0A636) is unknown color: approx Brass. HEX triplet: C0, A6 and 36. RGB value is (192,166,54). Sum of RGB (Red+Green+Blue) = 192+166+54=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A636 is #3F59C9. Grayscale: #A1A1A1. Windows color (decimal): -4151754 or 3581632. OLE color: 3581632.

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

Color convert

RGB19216654-
CMYK00.140.720.25
HSL48.7º56.1%48.24%-
HSV(B)48.7º71.88%75.29%-
XYZ36.0438.759.07-
YUV161.0167.61150.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 54 (21.48% from 255) = 13.11%
R=46.60%
G=40.29%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921665400.140.720.2548.756.148.24
HexC0A6360E4819313830
Octal3002466601611031617060
Binary110000001010011011011001110100100011001110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A636; }

 p { color: rgb(192,166,54); }

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

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

 a { background-color: rgb(192,166,54); }

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

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

 span { border-color: rgb(192,166,54); }

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