#C1AE68

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

Shades of Gimblet #C1AE68

Tints of Gimblet #C1AE68

Color information

#C1AE68 (or 0xC1AE68) is unknown color: approx Gimblet. HEX triplet: C1, AE and 68. RGB value is (193,174,104). Sum of RGB (Red+Green+Blue) = 193+174+104=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE68 is #3E5197. Grayscale: #ACACAC. Windows color (decimal): -4084120 or 6860481. OLE color: 6860481.

HSL color Cylindrical-coordinate representation of color #C1AE68: hue angle of 47.19º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1AE68 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB193174104-
CMYK00.100.460.24
HSL47.19º41.78%58.24%-
HSV(B)47.19º46.11%75.69%-
XYZ39.6342.6119.23-
YUV171.789.79143.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=40.98%
G=36.94%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317410400.100.460.2447.1941.7858.24
HexC1AE680A2E182f2a3a
Octal3012561500125630575272
Binary110000011010111011010000101010111011000101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE68; }

 p { color: rgb(193,174,104); }

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

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

 a { background-color: rgb(193,174,104); }

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

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

 span { border-color: rgb(193,174,104); }

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