#c2c03c

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

Shades of Old Gold #C2C03C

Tints of Old Gold #C2C03C

Color information

#C2C03C (or 0xC2C03C) is unknown color: approx Old Gold. HEX triplet: C2, C0 and 3C. RGB value is (194,192,60). Sum of RGB (Red+Green+Blue) = 194+192+60=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C03C is #3D3FC3. Grayscale: #B2B2B2. Windows color (decimal): -4014020 or 3981506. OLE color: 3981506.

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

Color convert

RGB19419260-
CMYK00.010.690.24
HSL59.1º52.76%49.8%-
HSV(B)59.1º69.07%76.08%-
XYZ41.9149.4911.62-
YUV177.5561.66139.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 60 (23.83% from 255) = 13.45%
R=43.50%
G=43.05%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941926000.010.690.2459.152.7649.8
HexC2C03C0145183b3532
Octal302300740110530736562
Binary110000101100000011110001100010111000111011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2c03c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2c03c; }

 p { color: rgb(194,192,60); }

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

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

 a { background-color: rgb(194,192,60); }

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

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

 span { border-color: rgb(194,192,60); }

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