#C4C136

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

Shades of Old Gold #C4C136

Tints of Old Gold #C4C136

Color information

#C4C136 (or 0xC4C136) is unknown color: approx Old Gold. HEX triplet: C4, C1 and 36. RGB value is (196,193,54). Sum of RGB (Red+Green+Blue) = 196+193+54=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C136 is #3B3EC9. Grayscale: #B2B2B2. Windows color (decimal): -3882698 or 3588548. OLE color: 3588548.

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

Color convert

RGB19619354-
CMYK00.020.720.23
HSL58.73º56.8%49.02%-
HSV(B)58.73º72.45%76.86%-
XYZ42.550.1410.93-
YUV178.0557.99140.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 54 (21.48% from 255) = 12.19%
R=44.24%
G=43.57%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961935400.020.720.2358.7356.849.02
HexC4C1360248173b3931
Octal304301660211027737161
Binary1100010011000001110110010100100010111111011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C136; }

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

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

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

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

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

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

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

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