#C2B559

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

Shades of Gimblet #C2B559

Tints of Gimblet #C2B559

Color information

#C2B559 (or 0xC2B559) is unknown color: approx Gimblet. HEX triplet: C2, B5 and 59. RGB value is (194,181,89). Sum of RGB (Red+Green+Blue) = 194+181+89=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B559 is #3D4AA6. Grayscale: #AEAEAE. Windows color (decimal): -4016807 or 5879234. OLE color: 5879234.

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

Color convert

RGB19418189-
CMYK00.070.540.24
HSL52.57º46.26%55.49%-
HSV(B)52.57º54.12%76.08%-
XYZ40.5845.2416.04-
YUV174.479.81141.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 89 (35.16% from 255) = 19.18%
R=41.81%
G=39.01%
B=19.18%

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
Decimal1941818900.070.540.2452.5746.2655.49
HexC2B559073618352e37
Octal302265131076630655667
Binary11000010101101011011001011111011011000110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B559; }

 p { color: rgb(194,181,89); }

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

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

 a { background-color: rgb(194,181,89); }

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

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

 span { border-color: rgb(194,181,89); }

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