#C3B441

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

Shades of Old Gold #C3B441

Tints of Old Gold #C3B441

Color information

#C3B441 (or 0xC3B441) is unknown color: approx Old Gold. HEX triplet: C3, B4 and 41. RGB value is (195,180,65). Sum of RGB (Red+Green+Blue) = 195+180+65=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B441 is #3C4BBE. Grayscale: #ABABAB. Windows color (decimal): -3951551 or 4306115. OLE color: 4306115.

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

Color convert

RGB19518065-
CMYK00.080.670.24
HSL53.08º52%50.98%-
HSV(B)53.08º66.67%76.47%-
XYZ39.7844.6311.52-
YUV171.3867.97144.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=44.32%
G=40.91%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951806500.080.670.2453.085250.98
HexC3B441084318353433
Octal30326410101010330656463
Binary1100001110110100100000101000100001111000110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B441; }

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

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

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

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

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

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

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

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