#C3BD45

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

Shades of Old Gold #C3BD45

Tints of Old Gold #C3BD45

Color information

#C3BD45 (or 0xC3BD45) is unknown color: approx Old Gold. HEX triplet: C3, BD and 45. RGB value is (195,189,69). Sum of RGB (Red+Green+Blue) = 195+189+69=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD45 is #3C42BA. Grayscale: #B1B1B1. Windows color (decimal): -3949243 or 4570563. OLE color: 4570563.

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

Color convert

RGB19518969-
CMYK00.030.650.24
HSL57.14º51.22%51.76%-
HSV(B)57.14º64.62%76.47%-
XYZ41.7848.4312.78-
YUV177.1166.99140.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=43.05%
G=41.72%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951896900.030.650.2457.1451.2251.76
HexC3BD45034118393334
Octal3032751050310130716364
Binary11000011101111011000101011100000111000111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD45; }

 p { color: rgb(195,189,69); }

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

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

 a { background-color: rgb(195,189,69); }

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

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

 span { border-color: rgb(195,189,69); }

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