#C4B948

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

Shades of Old Gold #C4B948

Tints of Old Gold #C4B948

Color information

#C4B948 (or 0xC4B948) is unknown color: approx Old Gold. HEX triplet: C4, B9 and 48. RGB value is (196,185,72). Sum of RGB (Red+Green+Blue) = 196+185+72=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B948 is #3B46B7. Grayscale: #AFAFAF. Windows color (decimal): -3884728 or 4766148. OLE color: 4766148.

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

Color convert

RGB19618572-
CMYK00.060.630.23
HSL54.68º51.24%52.55%-
HSV(B)54.68º63.27%76.86%-
XYZ41.2846.913.01-
YUV175.4169.64142.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 72 (28.52% from 255) = 15.89%
R=43.27%
G=40.84%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961857200.060.630.2354.6851.2452.55
HexC4B948063F17373335
Octal304271110067727676365
Binary11000100101110011001000011011111110111110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B948; }

 p { color: rgb(196,185,72); }

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

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

 a { background-color: rgb(196,185,72); }

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

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

 span { border-color: rgb(196,185,72); }

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