#C3B93A

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

Shades of Old Gold #C3B93A

Tints of Old Gold #C3B93A

Color information

#C3B93A (or 0xC3B93A) is unknown color: approx Old Gold. HEX triplet: C3, B9 and 3A. RGB value is (195,185,58). Sum of RGB (Red+Green+Blue) = 195+185+58=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B93A is #3C46C5. Grayscale: #AEAEAE. Windows color (decimal): -3950278 or 3848643. OLE color: 3848643.

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

Color convert

RGB19518558-
CMYK00.050.700.24
HSL55.62º54.15%49.61%-
HSV(B)55.62º70.26%76.47%-
XYZ40.6246.6110.86-
YUV173.5162.81143.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 58 (23.05% from 255) = 13.24%
R=44.52%
G=42.24%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951855800.050.700.2455.6254.1549.61
HexC3B93A054618383632
Octal303271720510630706662
Binary11000011101110011110100101100011011000111000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B93A; }

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

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

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

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

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

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

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

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