#C3BA41

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

Shades of Old Gold #C3BA41

Tints of Old Gold #C3BA41

Color information

#C3BA41 (or 0xC3BA41) is unknown color: approx Old Gold. HEX triplet: C3, BA and 41. RGB value is (195,186,65). Sum of RGB (Red+Green+Blue) = 195+186+65=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA41 is #3C45BE. Grayscale: #AFAFAF. Windows color (decimal): -3950015 or 4307651. OLE color: 4307651.

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

Color convert

RGB19518665-
CMYK00.050.670.24
HSL55.85º52%50.98%-
HSV(B)55.85º66.67%76.47%-
XYZ41.0247.111.93-
YUV174.965.98142.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 65 (25.78% from 255) = 14.57%
R=43.72%
G=41.70%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951866500.050.670.2455.855250.98
HexC3BA41054318383433
Octal3032721010510330706463
Binary110000111011101010000010101100001111000111000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA41; }

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

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

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

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

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

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

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

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