#C1B168

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

Shades of Gimblet #C1B168

Tints of Gimblet #C1B168

Color information

#C1B168 (or 0xC1B168) is unknown color: approx Gimblet. HEX triplet: C1, B1 and 68. RGB value is (193,177,104). Sum of RGB (Red+Green+Blue) = 193+177+104=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B168 is #3E4E97. Grayscale: #ADADAD. Windows color (decimal): -4083352 or 6861249. OLE color: 6861249.

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

Color convert

RGB193177104-
CMYK00.080.460.24
HSL49.21º41.78%58.24%-
HSV(B)49.21º46.11%75.69%-
XYZ40.2143.7819.43-
YUV173.4688.8141.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 104 (41.02% from 255) = 21.94%
R=40.72%
G=37.34%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317710400.080.460.2449.2141.7858.24
HexC1B168082E18312a3a
Octal3012611500105630615272
Binary110000011011000111010000100010111011000110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B168; }

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

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

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

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

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

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

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

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