#C2B936

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

Shades of Old Gold #C2B936

Tints of Old Gold #C2B936

Color information

#C2B936 (or 0xC2B936) is unknown color: approx Old Gold. HEX triplet: C2, B9 and 36. RGB value is (194,185,54). Sum of RGB (Red+Green+Blue) = 194+185+54=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B936 is #3D46C9. Grayscale: #ADADAD. Windows color (decimal): -4015818 or 3586498. OLE color: 3586498.

HSL color Cylindrical-coordinate representation of color #C2B936: hue angle of 56.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2B936 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19418554-
CMYK00.050.720.24
HSL56.14º56.45%48.63%-
HSV(B)56.14º72.16%76.08%-
XYZ40.2646.4310.33-
YUV172.7660.98143.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 54 (21.48% from 255) = 12.47%
R=44.80%
G=42.73%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941855400.050.720.2456.1456.4548.63
HexC2B936054818383831
Octal302271660511030707061
Binary11000010101110011101100101100100011000111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B936; }

 p { color: rgb(194,185,54); }

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

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

 a { background-color: rgb(194,185,54); }

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

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

 span { border-color: rgb(194,185,54); }

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