#C1B560

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

Shades of Gimblet #C1B560

Tints of Gimblet #C1B560

Color information

#C1B560 (or 0xC1B560) is unknown color: approx Gimblet. HEX triplet: C1, B5 and 60. RGB value is (193,181,96). Sum of RGB (Red+Green+Blue) = 193+181+96=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B560 is #3E4A9F. Grayscale: #AFAFAF. Windows color (decimal): -4082336 or 6337985. OLE color: 6337985.

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

Color convert

RGB19318196-
CMYK00.060.500.24
HSL52.58º43.89%56.67%-
HSV(B)52.58º50.26%75.69%-
XYZ40.6345.2317.66-
YUV174.983.48140.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=41.06%
G=38.51%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931819600.060.500.2452.5843.8956.67
HexC1B560063218352c39
Octal301265140066230655471
Binary11000001101101011100000011011001011000110101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B560; }

 p { color: rgb(193,181,96); }

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

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

 a { background-color: rgb(193,181,96); }

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

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

 span { border-color: rgb(193,181,96); }

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