#C0B141

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

Shades of Brass #C0B141

Tints of Brass #C0B141

Color information

#C0B141 (or 0xC0B141) is unknown color: approx Brass. HEX triplet: C0, B1 and 41. RGB value is (192,177,65). Sum of RGB (Red+Green+Blue) = 192+177+65=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B141 is #3F4EBE. Grayscale: #A9A9A9. Windows color (decimal): -4148927 or 4305344. OLE color: 4305344.

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

Color convert

RGB19217765-
CMYK00.080.660.25
HSL52.91º50.2%50.39%-
HSV(B)52.91º66.15%75.29%-
XYZ38.4143.0311.28-
YUV168.7269.47144.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=44.24%
G=40.78%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921776500.080.660.2552.9150.250.39
HexC0B141084219353232
Octal30026110101010231656262
Binary1100000010110001100000101000100001011001110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B141; }

 p { color: rgb(192,177,65); }

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

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

 a { background-color: rgb(192,177,65); }

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

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

 span { border-color: rgb(192,177,65); }

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