#C3B639

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

Shades of Old Gold #C3B639

Tints of Old Gold #C3B639

Color information

#C3B639 (or 0xC3B639) is unknown color: approx Old Gold. HEX triplet: C3, B6 and 39. RGB value is (195,182,57). Sum of RGB (Red+Green+Blue) = 195+182+57=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B639 is #3C49C6. Grayscale: #ACACAC. Windows color (decimal): -3951047 or 3782339. OLE color: 3782339.

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

Color convert

RGB19518257-
CMYK00.070.710.24
HSL54.35º54.76%49.41%-
HSV(B)54.35º70.77%76.47%-
XYZ39.9745.3510.52-
YUV171.6463.31144.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 57 (22.66% from 255) = 13.13%
R=44.93%
G=41.94%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951825700.070.710.2454.3554.7649.41
HexC3B639074718363731
Octal303266710710730666761
Binary11000011101101101110010111100011111000110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B639; }

 p { color: rgb(195,182,57); }

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

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

 a { background-color: rgb(195,182,57); }

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

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

 span { border-color: rgb(195,182,57); }

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