#C0AD3F

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

Shades of Brass #C0AD3F

Tints of Brass #C0AD3F

Color information

#C0AD3F (or 0xC0AD3F) is unknown color: approx Brass. HEX triplet: C0, AD and 3F. RGB value is (192,173,63). Sum of RGB (Red+Green+Blue) = 192+173+63=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD3F is #3F52C0. Grayscale: #A6A6A6. Windows color (decimal): -4149953 or 4173248. OLE color: 4173248.

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

Color convert

RGB19217363-
CMYK00.100.670.25
HSL51.16º50.59%50%-
HSV(B)51.16º67.19%75.29%-
XYZ37.5841.4510.72-
YUV166.1469.79146.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 63 (25% from 255) = 14.72%
R=44.86%
G=40.42%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921736300.100.670.2551.1650.5950
HexC0AD3F0A4319333332
Octal3002557701210331636362
Binary110000001010110111111101010100001111001110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD3F; }

 p { color: rgb(192,173,63); }

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

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

 a { background-color: rgb(192,173,63); }

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

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

 span { border-color: rgb(192,173,63); }

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