#C3BA3E

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

Shades of Old Gold #C3BA3E

Tints of Old Gold #C3BA3E

Color information

#C3BA3E (or 0xC3BA3E) is unknown color: approx Old Gold. HEX triplet: C3, BA and 3E. RGB value is (195,186,62). Sum of RGB (Red+Green+Blue) = 195+186+62=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA3E is #3C45C1. Grayscale: #AFAFAF. Windows color (decimal): -3950018 or 4111043. OLE color: 4111043.

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

Color convert

RGB19518662-
CMYK00.050.680.24
HSL55.94º52.57%50.39%-
HSV(B)55.94º68.21%76.47%-
XYZ40.9347.0711.48-
YUV174.5664.48142.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 62 (24.61% from 255) = 14.00%
R=44.02%
G=41.99%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951866200.050.680.2455.9452.5750.39
HexC3BA3E054418383532
Octal303272760510430706562
Binary11000011101110101111100101100010011000111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA3E; }

 p { color: rgb(195,186,62); }

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

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

 a { background-color: rgb(195,186,62); }

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

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

 span { border-color: rgb(195,186,62); }

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