#C2B438

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

Shades of Old Gold #C2B438

Tints of Old Gold #C2B438

Color information

#C2B438 (or 0xC2B438) is unknown color: approx Old Gold. HEX triplet: C2, B4 and 38. RGB value is (194,180,56). Sum of RGB (Red+Green+Blue) = 194+180+56=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B438 is #3D4BC7. Grayscale: #AAAAAA. Windows color (decimal): -4017096 or 3716290. OLE color: 3716290.

HSL color Cylindrical-coordinate representation of color #C2B438: hue angle of 53.91º 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 #C2B438 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19418056-
CMYK00.070.710.24
HSL53.91º55.2%49.02%-
HSV(B)53.91º71.13%76.08%-
XYZ39.2844.410.24-
YUV170.0563.64145.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 56 (22.27% from 255) = 13.02%
R=45.12%
G=41.86%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941805600.070.710.2453.9155.249.02
HexC2B438074718363731
Octal302264700710730666761
Binary11000010101101001110000111100011111000110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B438; }

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

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

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

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

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

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

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

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