#C2B945

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

Shades of Old Gold #C2B945

Tints of Old Gold #C2B945

Color information

#C2B945 (or 0xC2B945) is unknown color: approx Old Gold. HEX triplet: C2, B9 and 45. RGB value is (194,185,69). Sum of RGB (Red+Green+Blue) = 194+185+69=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B945 is #3D46BA. Grayscale: #AEAEAE. Windows color (decimal): -4015803 or 4569538. OLE color: 4569538.

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

Color convert

RGB19418569-
CMYK00.050.640.24
HSL55.68º50.61%51.57%-
HSV(B)55.68º64.43%76.08%-
XYZ40.6746.612.48-
YUV174.4768.48141.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=43.30%
G=41.29%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941856900.050.640.2455.6850.6151.57
HexC2B945054018383334
Octal3022711050510030706364
Binary110000101011100110001010101100000011000111000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B945; }

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

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

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

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

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

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

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

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