#C0AD3B

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

Shades of Brass #C0AD3B

Tints of Brass #C0AD3B

Color information

#C0AD3B (or 0xC0AD3B) is unknown color: approx Brass. HEX triplet: C0, AD and 3B. RGB value is (192,173,59). Sum of RGB (Red+Green+Blue) = 192+173+59=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD3B is #3F52C4. Grayscale: #A6A6A6. Windows color (decimal): -4149957 or 3911104. OLE color: 3911104.

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

Color convert

RGB19217359-
CMYK00.100.690.25
HSL51.43º52.99%49.22%-
HSV(B)51.43º69.27%75.29%-
XYZ37.4741.4110.16-
YUV165.6867.79146.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 59 (23.44% from 255) = 13.92%
R=45.28%
G=40.80%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921735900.100.690.2551.4352.9949.22
HexC0AD3B0A4519333531
Octal3002557301210531636561
Binary110000001010110111101101010100010111001110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD3B; }

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

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

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

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

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

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

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

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