#C3BE40

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

Shades of Old Gold #C3BE40

Tints of Old Gold #C3BE40

Color information

#C3BE40 (or 0xC3BE40) is unknown color: approx Old Gold. HEX triplet: C3, BE and 40. RGB value is (195,190,64). Sum of RGB (Red+Green+Blue) = 195+190+64=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE40 is #3C41BF. Grayscale: #B1B1B1. Windows color (decimal): -3948992 or 4243139. OLE color: 4243139.

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

Color convert

RGB19519064-
CMYK00.030.670.24
HSL57.71º52.19%50.78%-
HSV(B)57.71º67.18%76.47%-
XYZ41.8448.812.06-
YUV177.1364.16140.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 64 (25.39% from 255) = 14.25%
R=43.43%
G=42.32%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951906400.030.670.2457.7152.1950.78
HexC3BE400343183a3433
Octal3032761000310330726463
Binary11000011101111101000000011100001111000111010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE40; }

 p { color: rgb(195,190,64); }

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

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

 a { background-color: rgb(195,190,64); }

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

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

 span { border-color: rgb(195,190,64); }

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