#C2B93F

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

Shades of Old Gold #C2B93F

Tints of Old Gold #C2B93F

Color information

#C2B93F (or 0xC2B93F) is unknown color: approx Old Gold. HEX triplet: C2, B9 and 3F. RGB value is (194,185,63). Sum of RGB (Red+Green+Blue) = 194+185+63=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B93F is #3D46C0. Grayscale: #AEAEAE. Windows color (decimal): -4015809 or 4176322. OLE color: 4176322.

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

Color convert

RGB19418563-
CMYK00.050.680.24
HSL55.88º51.78%50.39%-
HSV(B)55.88º67.53%76.08%-
XYZ40.4946.5311.55-
YUV173.7865.48142.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 63 (25% from 255) = 14.25%
R=43.89%
G=41.86%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941856300.050.680.2455.8851.7850.39
HexC2B93F054418383432
Octal302271770510430706462
Binary11000010101110011111110101100010011000111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B93F; }

 p { color: rgb(194,185,63); }

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

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

 a { background-color: rgb(194,185,63); }

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

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

 span { border-color: rgb(194,185,63); }

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