#C0A63D

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

Shades of Brass #C0A63D

Tints of Brass #C0A63D

Color information

#C0A63D (or 0xC0A63D) is unknown color: approx Brass. HEX triplet: C0, A6 and 3D. RGB value is (192,166,61). Sum of RGB (Red+Green+Blue) = 192+166+61=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A63D is #3F59C2. Grayscale: #A2A2A2. Windows color (decimal): -4151747 or 4040384. OLE color: 4040384.

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

Color convert

RGB19216661-
CMYK00.140.680.25
HSL48.09º51.78%49.61%-
HSV(B)48.09º68.23%75.29%-
XYZ36.2238.8210-
YUV161.871.11149.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 61 (24.22% from 255) = 14.56%
R=45.82%
G=39.62%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921666100.140.680.2548.0951.7849.61
HexC0A63D0E4419303432
Octal3002467501610431606462
Binary110000001010011011110101110100010011001110000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A63D; }

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

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

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

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

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

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

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

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