#C1AF66

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

Shades of Gimblet #C1AF66

Tints of Gimblet #C1AF66

Color information

#C1AF66 (or 0xC1AF66) is unknown color: approx Gimblet. HEX triplet: C1, AF and 66. RGB value is (193,175,102). Sum of RGB (Red+Green+Blue) = 193+175+102=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF66 is #3E5099. Grayscale: #ACACAC. Windows color (decimal): -4083866 or 6729665. OLE color: 6729665.

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

Color convert

RGB193175102-
CMYK00.090.470.24
HSL48.13º42.33%57.84%-
HSV(B)48.13º47.15%75.69%-
XYZ39.7242.9618.77-
YUV172.0688.46142.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=41.06%
G=37.23%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317510200.090.470.2448.1342.3357.84
HexC1AF66092F18302a3a
Octal3012571460115730605272
Binary110000011010111111001100100110111111000110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF66; }

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

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

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

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

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

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

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

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