#C3B544

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

Shades of Old Gold #C3B544

Tints of Old Gold #C3B544

Color information

#C3B544 (or 0xC3B544) is unknown color: approx Old Gold. HEX triplet: C3, B5 and 44. RGB value is (195,181,68). Sum of RGB (Red+Green+Blue) = 195+181+68=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B544 is #3C4ABB. Grayscale: #ACACAC. Windows color (decimal): -3951292 or 4502979. OLE color: 4502979.

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

Color convert

RGB19518168-
CMYK00.070.650.24
HSL53.39º51.42%51.57%-
HSV(B)53.39º65.13%76.47%-
XYZ40.0745.0712.06-
YUV172.369.14144.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 68 (26.95% from 255) = 15.32%
R=43.92%
G=40.77%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951816800.070.650.2453.3951.4251.57
HexC3B544074118353334
Octal3032651040710130656364
Binary110000111011010110001000111100000111000110101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B544; }

 p { color: rgb(195,181,68); }

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

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

 a { background-color: rgb(195,181,68); }

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

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

 span { border-color: rgb(195,181,68); }

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