#C4C133

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

Shades of Old Gold #C4C133

Tints of Old Gold #C4C133

Color information

#C4C133 (or 0xC4C133) is unknown color: approx Old Gold. HEX triplet: C4, C1 and 33. RGB value is (196,193,51). Sum of RGB (Red+Green+Blue) = 196+193+51=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C133 is #3B3ECC. Grayscale: #B2B2B2. Windows color (decimal): -3882701 or 3391940. OLE color: 3391940.

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

Color convert

RGB19619351-
CMYK00.020.740.23
HSL58.76º58.7%48.43%-
HSV(B)58.76º73.98%76.86%-
XYZ42.4350.1110.57-
YUV177.7156.49141.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 193 (75.78% from 255) = 43.86%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=44.55%
G=43.86%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961935100.020.740.2358.7658.748.43
HexC4C133024A173b3b30
Octal304301630211227737360
Binary1100010011000001110011010100101010111111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C133; }

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

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

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

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

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

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

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

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