#C0B342

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

Shades of Brass #C0B342

Tints of Brass #C0B342

Color information

#C0B342 (or 0xC0B342) is unknown color: approx Brass. HEX triplet: C0, B3 and 42. RGB value is (192,179,66). Sum of RGB (Red+Green+Blue) = 192+179+66=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B342 is #3F4CBD. Grayscale: #AAAAAA. Windows color (decimal): -4148414 or 4371392. OLE color: 4371392.

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

Color convert

RGB19217966-
CMYK00.070.660.25
HSL53.81º50%50.59%-
HSV(B)53.81º65.62%75.29%-
XYZ38.8443.8411.57-
YUV17069.31143.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 66 (26.17% from 255) = 15.10%
R=43.94%
G=40.96%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921796600.070.660.2553.815050.59
HexC0B342074219363233
Octal3002631020710231666263
Binary110000001011001110000100111100001011001110110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B342; }

 p { color: rgb(192,179,66); }

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

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

 a { background-color: rgb(192,179,66); }

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

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

 span { border-color: rgb(192,179,66); }

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