#C1AE66

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

Shades of Gimblet #C1AE66

Tints of Gimblet #C1AE66

Color information

#C1AE66 (or 0xC1AE66) is unknown color: approx Gimblet. HEX triplet: C1, AE and 66. RGB value is (193,174,102). Sum of RGB (Red+Green+Blue) = 193+174+102=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE66 is #3E5199. Grayscale: #ABABAB. Windows color (decimal): -4084122 or 6729409. OLE color: 6729409.

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

Color convert

RGB193174102-
CMYK00.100.470.24
HSL47.47º42.33%57.84%-
HSV(B)47.47º47.15%75.69%-
XYZ39.5342.5718.7-
YUV171.4788.79143.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=41.15%
G=37.10%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317410200.100.470.2447.4742.3357.84
HexC1AE660A2F182f2a3a
Octal3012561460125730575272
Binary110000011010111011001100101010111111000101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE66; }

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

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

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

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

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

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

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

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