#C1AF61

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

Shades of Gimblet #C1AF61

Tints of Gimblet #C1AF61

Color information

#C1AF61 (or 0xC1AF61) is unknown color: approx Gimblet. HEX triplet: C1, AF and 61. RGB value is (193,175,97). Sum of RGB (Red+Green+Blue) = 193+175+97=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF61 is #3E509E. Grayscale: #ABABAB. Windows color (decimal): -4083871 or 6401985. OLE color: 6401985.

HSL color Cylindrical-coordinate representation of color #C1AF61: hue angle of 48.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1AF61 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19317597-
CMYK00.090.500.24
HSL48.75º43.64%56.86%-
HSV(B)48.75º49.74%75.69%-
XYZ39.4842.8617.5-
YUV171.4985.96143.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=41.51%
G=37.63%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931759700.090.500.2448.7543.6456.86
HexC1AF61093218312c39
Octal3012571410116230615471
Binary110000011010111111000010100111001011000110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF61; }

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

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

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

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

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

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

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

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