#C0A833

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

Shades of Brass #C0A833

Tints of Brass #C0A833

Color information

#C0A833 (or 0xC0A833) is unknown color: approx Brass. HEX triplet: C0, A8 and 33. RGB value is (192,168,51). Sum of RGB (Red+Green+Blue) = 192+168+51=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A833 is #3F57CC. Grayscale: #A2A2A2. Windows color (decimal): -4151245 or 3385536. OLE color: 3385536.

HSL color Cylindrical-coordinate representation of color #C0A833: hue angle of 49.79º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0A833 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19216851-
CMYK00.120.730.25
HSL49.79º58.02%47.65%-
HSV(B)49.79º73.44%75.29%-
XYZ36.3439.458.83-
YUV161.8465.45149.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 51 (20.31% from 255) = 12.41%
R=46.72%
G=40.88%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921685100.120.730.2549.7958.0247.65
HexC0A8330C4919323a30
Octal3002506301411131627260
Binary110000001010100011001101100100100111001110010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A833; }

 p { color: rgb(192,168,51); }

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

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

 a { background-color: rgb(192,168,51); }

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

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

 span { border-color: rgb(192,168,51); }

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