#C3B141

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

Shades of Old Gold #C3B141

Tints of Old Gold #C3B141

Color information

#C3B141 (or 0xC3B141) is unknown color: approx Old Gold. HEX triplet: C3, B1 and 41. RGB value is (195,177,65). Sum of RGB (Red+Green+Blue) = 195+177+65=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B141 is #3C4EBE. Grayscale: #AAAAAA. Windows color (decimal): -3952319 or 4305347. OLE color: 4305347.

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

Color convert

RGB19517765-
CMYK00.090.670.24
HSL51.69º52%50.98%-
HSV(B)51.69º66.67%76.47%-
XYZ39.1843.4311.32-
YUV169.6168.96146.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 65 (25.78% from 255) = 14.87%
R=44.62%
G=40.50%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951776500.090.670.2451.695250.98
HexC3B141094318343433
Octal30326110101110330646463
Binary1100001110110001100000101001100001111000110100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B141; }

 p { color: rgb(195,177,65); }

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

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

 a { background-color: rgb(195,177,65); }

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

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

 span { border-color: rgb(195,177,65); }

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