#C4C131

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

Shades of Old Gold #C4C131

Tints of Old Gold #C4C131

Color information

#C4C131 (or 0xC4C131) is unknown color: approx Old Gold. HEX triplet: C4, C1 and 31. RGB value is (196,193,49). Sum of RGB (Red+Green+Blue) = 196+193+49=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C131 is #3B3ECE. Grayscale: #B2B2B2. Windows color (decimal): -3882703 or 3260868. OLE color: 3260868.

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

Color convert

RGB19619349-
CMYK00.020.750.23
HSL58.78º60%48.04%-
HSV(B)58.78º75%76.86%-
XYZ42.3950.110.34-
YUV177.4855.49141.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 49 (19.53% from 255) = 11.19%
R=44.75%
G=44.06%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961934900.020.750.2358.786048.04
HexC4C131024B173b3c30
Octal304301610211327737460
Binary1100010011000001110001010100101110111111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C131; }

 p { color: rgb(196,193,49); }

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

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

 a { background-color: rgb(196,193,49); }

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

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

 span { border-color: rgb(196,193,49); }

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