#C1B05F

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

Shades of Gimblet #C1B05F

Tints of Gimblet #C1B05F

Color information

#C1B05F (or 0xC1B05F) is unknown color: approx Gimblet. HEX triplet: C1, B0 and 5F. RGB value is (193,176,95). Sum of RGB (Red+Green+Blue) = 193+176+95=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B05F is #3E4FA0. Grayscale: #ACACAC. Windows color (decimal): -4083617 or 6271169. OLE color: 6271169.

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

Color convert

RGB19317695-
CMYK00.090.510.24
HSL49.59º44.14%56.47%-
HSV(B)49.59º50.78%75.69%-
XYZ39.5843.2117.08-
YUV171.8584.63143.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=41.59%
G=37.93%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931769500.090.510.2449.5944.1456.47
HexC1B05F093318322c38
Octal3012601370116330625470
Binary110000011011000010111110100111001111000110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B05F; }

 p { color: rgb(193,176,95); }

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

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

 a { background-color: rgb(193,176,95); }

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

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

 span { border-color: rgb(193,176,95); }

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