#C4BA2C

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

Shades of Old Gold #C4BA2C

Tints of Old Gold #C4BA2C

Color information

#C4BA2C (or 0xC4BA2C) is unknown color: approx Old Gold. HEX triplet: C4, BA and 2C. RGB value is (196,186,44). Sum of RGB (Red+Green+Blue) = 196+186+44=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA2C is #3B45D3. Grayscale: #ADADAD. Windows color (decimal): -3884500 or 2931396. OLE color: 2931396.

HSL color Cylindrical-coordinate representation of color #C4BA2C: hue angle of 56.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4BA2C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19618644-
CMYK00.050.780.23
HSL56.05º63.33%47.06%-
HSV(B)56.05º77.55%76.86%-
XYZ40.7847.049.31-
YUV172.855.31144.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 44 (17.58% from 255) = 10.33%
R=46.01%
G=43.66%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961864400.050.780.2356.0563.3347.06
HexC4BA2C054E17383f2f
Octal304272540511627707757
Binary11000100101110101011000101100111010111111000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA2C; }

 p { color: rgb(196,186,44); }

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

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

 a { background-color: rgb(196,186,44); }

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

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

 span { border-color: rgb(196,186,44); }

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