#C0A435

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

Shades of Brass #C0A435

Tints of Brass #C0A435

Color information

#C0A435 (or 0xC0A435) is unknown color: approx Brass. HEX triplet: C0, A4 and 35. RGB value is (192,164,53). Sum of RGB (Red+Green+Blue) = 192+164+53=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A435 is #3F5BCA. Grayscale: #A0A0A0. Windows color (decimal): -4152267 or 3515584. OLE color: 3515584.

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

Color convert

RGB19216453-
CMYK00.150.720.25
HSL47.91º56.73%48.04%-
HSV(B)47.91º72.4%75.29%-
XYZ35.6638.018.83-
YUV159.7267.78151.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=46.94%
G=40.10%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921645300.150.720.2547.9156.7348.04
HexC0A4350F4819303930
Octal3002446501711031607160
Binary110000001010010011010101111100100011001110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A435; }

 p { color: rgb(192,164,53); }

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

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

 a { background-color: rgb(192,164,53); }

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

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

 span { border-color: rgb(192,164,53); }

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