#C1B459

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

Shades of Gimblet #C1B459

Tints of Gimblet #C1B459

Color information

#C1B459 (or 0xC1B459) is unknown color: approx Gimblet. HEX triplet: C1, B4 and 59. RGB value is (193,180,89). Sum of RGB (Red+Green+Blue) = 193+180+89=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B459 is #3E4BA6. Grayscale: #ADADAD. Windows color (decimal): -4082599 or 5878977. OLE color: 5878977.

HSL color Cylindrical-coordinate representation of color #C1B459: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1B459 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19318089-
CMYK00.070.540.24
HSL52.5º45.61%55.29%-
HSV(B)52.5º53.89%75.69%-
XYZ40.1244.715.97-
YUV173.5180.31141.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=41.77%
G=38.96%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931808900.070.540.2452.545.6155.29
HexC1B459073618342e37
Octal301264131076630645667
Binary11000001101101001011001011111011011000110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B459; }

 p { color: rgb(193,180,89); }

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

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

 a { background-color: rgb(193,180,89); }

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

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

 span { border-color: rgb(193,180,89); }

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