#C2B138

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

Shades of Old Gold #C2B138

Tints of Old Gold #C2B138

Color information

#C2B138 (or 0xC2B138) is unknown color: approx Old Gold. HEX triplet: C2, B1 and 38. RGB value is (194,177,56). Sum of RGB (Red+Green+Blue) = 194+177+56=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B138 is #3D4EC7. Grayscale: #A8A8A8. Windows color (decimal): -4017864 or 3715522. OLE color: 3715522.

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

Color convert

RGB19417756-
CMYK00.090.710.24
HSL52.61º55.2%49.02%-
HSV(B)52.61º71.13%76.08%-
XYZ38.6843.210.04-
YUV168.2964.63146.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 56 (22.27% from 255) = 13.11%
R=45.43%
G=41.45%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941775600.090.710.2452.6155.249.02
HexC2B138094718353731
Octal3022617001110730656761
Binary110000101011000111100001001100011111000110101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B138; }

 p { color: rgb(194,177,56); }

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

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

 a { background-color: rgb(194,177,56); }

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

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

 span { border-color: rgb(194,177,56); }

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