#C3C03C

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

Shades of Old Gold #C3C03C

Tints of Old Gold #C3C03C

Color information

#C3C03C (or 0xC3C03C) is unknown color: approx Old Gold. HEX triplet: C3, C0 and 3C. RGB value is (195,192,60). Sum of RGB (Red+Green+Blue) = 195+192+60=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C03C is #3C3FC3. Grayscale: #B2B2B2. Windows color (decimal): -3948484 or 3981507. OLE color: 3981507.

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

Color convert

RGB19519260-
CMYK00.020.690.24
HSL58.67º52.94%50%-
HSV(B)58.67º69.23%76.47%-
XYZ42.1749.6311.63-
YUV177.8561.49140.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 60 (23.83% from 255) = 13.42%
R=43.62%
G=42.95%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951926000.020.690.2458.6752.9450
HexC3C03C0245183b3532
Octal303300740210530736562
Binary1100001111000000111100010100010111000111011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C03C; }

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

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

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

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

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

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

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

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