#C1B558

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

Shades of Gimblet #C1B558

Tints of Gimblet #C1B558

Color information

#C1B558 (or 0xC1B558) is unknown color: approx Gimblet. HEX triplet: C1, B5 and 58. RGB value is (193,181,88). Sum of RGB (Red+Green+Blue) = 193+181+88=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B558 is #3E4AA7. Grayscale: #AEAEAE. Windows color (decimal): -4082344 or 5813697. OLE color: 5813697.

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

Color convert

RGB19318188-
CMYK00.060.540.24
HSL53.14º45.85%55.1%-
HSV(B)53.14º54.4%75.69%-
XYZ40.2845.0915.81-
YUV173.9979.48141.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 88 (34.77% from 255) = 19.05%
R=41.77%
G=39.18%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931818800.060.540.2453.1445.8555.1
HexC1B558063618352e37
Octal301265130066630655667
Binary11000001101101011011000011011011011000110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B558; }

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

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

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

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

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

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

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

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