#C5C030

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

Shades of Old Gold #C5C030

Tints of Old Gold #C5C030

Color information

#C5C030 (or 0xC5C030) is unknown color: approx Old Gold. HEX triplet: C5, C0 and 30. RGB value is (197,192,48). Sum of RGB (Red+Green+Blue) = 197+192+48=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C030 is #3A3FCF. Grayscale: #B1B1B1. Windows color (decimal): -3817424 or 3195077. OLE color: 3195077.

HSL color Cylindrical-coordinate representation of color #C5C030: hue angle of 57.99º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5C030 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19719248-
CMYK00.030.760.23
HSL57.99º60.82%48.04%-
HSV(B)57.99º75.63%77.25%-
XYZ42.4149.7810.17-
YUV177.0855.16142.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 192 (75.39% from 255) = 43.94%
BLUE value IS 48 (19.14% from 255) = 10.98%
R=45.08%
G=43.94%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971924800.030.760.2357.9960.8248.04
HexC5C030034C173a3d30
Octal305300600311427727560
Binary1100010111000000110000011100110010111111010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C030; }

 p { color: rgb(197,192,48); }

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

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

 a { background-color: rgb(197,192,48); }

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

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

 span { border-color: rgb(197,192,48); }

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