#C2B645

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

Shades of Old Gold #C2B645

Tints of Old Gold #C2B645

Color information

#C2B645 (or 0xC2B645) is unknown color: approx Old Gold. HEX triplet: C2, B6 and 45. RGB value is (194,182,69). Sum of RGB (Red+Green+Blue) = 194+182+69=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B645 is #3D49BA. Grayscale: #ADADAD. Windows color (decimal): -4016571 or 4568770. OLE color: 4568770.

HSL color Cylindrical-coordinate representation of color #C2B645: hue angle of 54.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2B645 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19418269-
CMYK00.060.640.24
HSL54.24º50.61%51.57%-
HSV(B)54.24º64.43%76.08%-
XYZ40.0545.3512.27-
YUV172.7169.48143.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 69 (27.34% from 255) = 15.51%
R=43.60%
G=40.90%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941826900.060.640.2454.2450.6151.57
HexC2B645064018363334
Octal3022661050610030666364
Binary110000101011011010001010110100000011000110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B645; }

 p { color: rgb(194,182,69); }

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

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

 a { background-color: rgb(194,182,69); }

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

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

 span { border-color: rgb(194,182,69); }

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