#C1B162

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

Shades of Gimblet #C1B162

Tints of Gimblet #C1B162

Color information

#C1B162 (or 0xC1B162) is unknown color: approx Gimblet. HEX triplet: C1, B1 and 62. RGB value is (193,177,98). Sum of RGB (Red+Green+Blue) = 193+177+98=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B162 is #3E4E9D. Grayscale: #ADADAD. Windows color (decimal): -4083358 or 6468033. OLE color: 6468033.

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

Color convert

RGB19317798-
CMYK00.080.490.24
HSL49.89º43.38%57.06%-
HSV(B)49.89º49.22%75.69%-
XYZ39.9243.6617.88-
YUV172.7885.8142.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 98 (38.67% from 255) = 20.94%
R=41.24%
G=37.82%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931779800.080.490.2449.8943.3857.06
HexC1B162083118322b39
Octal3012611420106130625371
Binary110000011011000111000100100011000111000110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B162; }

 p { color: rgb(193,177,98); }

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

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

 a { background-color: rgb(193,177,98); }

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

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

 span { border-color: rgb(193,177,98); }

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