#C3B946

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

Shades of Old Gold #C3B946

Tints of Old Gold #C3B946

Color information

#C3B946 (or 0xC3B946) is unknown color: approx Old Gold. HEX triplet: C3, B9 and 46. RGB value is (195,185,70). Sum of RGB (Red+Green+Blue) = 195+185+70=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B946 is #3C46B9. Grayscale: #AFAFAF. Windows color (decimal): -3950266 or 4635075. OLE color: 4635075.

HSL color Cylindrical-coordinate representation of color #C3B946: hue angle of 55.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3B946 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19518570-
CMYK00.050.640.24
HSL55.2º51.02%51.96%-
HSV(B)55.2º64.1%76.47%-
XYZ40.9646.7412.66-
YUV174.8868.81142.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 70 (27.73% from 255) = 15.56%
R=43.33%
G=41.11%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951857000.050.640.2455.251.0251.96
HexC3B946054018373334
Octal3032711060510030676364
Binary110000111011100110001100101100000011000110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B946; }

 p { color: rgb(195,185,70); }

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

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

 a { background-color: rgb(195,185,70); }

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

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

 span { border-color: rgb(195,185,70); }

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