#C3BA3A

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

Shades of Old Gold #C3BA3A

Tints of Old Gold #C3BA3A

Color information

#C3BA3A (or 0xC3BA3A) is unknown color: approx Old Gold. HEX triplet: C3, BA and 3A. RGB value is (195,186,58). Sum of RGB (Red+Green+Blue) = 195+186+58=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA3A is #3C45C5. Grayscale: #AEAEAE. Windows color (decimal): -3950022 or 3848899. OLE color: 3848899.

HSL color Cylindrical-coordinate representation of color #C3BA3A: hue angle of 56.06º 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 #C3BA3A is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19518658-
CMYK00.050.700.24
HSL56.06º54.15%49.61%-
HSV(B)56.06º70.26%76.47%-
XYZ40.8347.0310.93-
YUV174.162.48142.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 58 (23.05% from 255) = 13.21%
R=44.42%
G=42.37%
B=13.21%

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
Decimal1951865800.050.700.2456.0654.1549.61
HexC3BA3A054618383632
Octal303272720510630706662
Binary11000011101110101110100101100011011000111000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA3A; }

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

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

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

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

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

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

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

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