#C3BE43

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

Shades of Old Gold #C3BE43

Tints of Old Gold #C3BE43

Color information

#C3BE43 (or 0xC3BE43) is unknown color: approx Old Gold. HEX triplet: C3, BE and 43. RGB value is (195,190,67). Sum of RGB (Red+Green+Blue) = 195+190+67=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE43 is #3C41BC. Grayscale: #B1B1B1. Windows color (decimal): -3948989 or 4439747. OLE color: 4439747.

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

Color convert

RGB19519067-
CMYK00.030.660.24
HSL57.66º51.61%51.37%-
HSV(B)57.66º65.64%76.47%-
XYZ41.9348.8312.53-
YUV177.4765.66140.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 67 (26.56% from 255) = 14.82%
R=43.14%
G=42.04%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951906700.030.660.2457.6651.6151.37
HexC3BE430342183a3433
Octal3032761030310230726463
Binary11000011101111101000011011100001011000111010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE43; }

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

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

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

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

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

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

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

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