#C3A935

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

Shades of Old Gold #C3A935

Tints of Old Gold #C3A935

Color information

#C3A935 (or 0xC3A935) is unknown color: approx Old Gold. HEX triplet: C3, A9 and 35. RGB value is (195,169,53). Sum of RGB (Red+Green+Blue) = 195+169+53=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A935 is #3C56CA. Grayscale: #A4A4A4. Windows color (decimal): -3954379 or 3516867. OLE color: 3516867.

HSL color Cylindrical-coordinate representation of color #C3A935: hue angle of 49.01º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3A935 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19516953-
CMYK00.130.730.24
HSL49.01º57.26%48.63%-
HSV(B)49.01º72.82%76.47%-
XYZ37.3440.249.17-
YUV163.5565.61150.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=46.76%
G=40.53%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951695300.130.730.2449.0157.2648.63
HexC3A9350D4918313931
Octal3032516501511130617161
Binary110000111010100111010101101100100111000110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A935; }

 p { color: rgb(195,169,53); }

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

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

 a { background-color: rgb(195,169,53); }

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

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

 span { border-color: rgb(195,169,53); }

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