#C3B559

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

Shades of Gimblet #C3B559

Tints of Gimblet #C3B559

Color information

#C3B559 (or 0xC3B559) is unknown color: approx Gimblet. HEX triplet: C3, B5 and 59. RGB value is (195,181,89). Sum of RGB (Red+Green+Blue) = 195+181+89=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B559 is #3C4AA6. Grayscale: #AFAFAF. Windows color (decimal): -3951271 or 5879235. OLE color: 5879235.

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

Color convert

RGB19518189-
CMYK00.070.540.24
HSL52.08º46.9%55.69%-
HSV(B)52.08º54.36%76.47%-
XYZ40.8345.3716.06-
YUV174.779.64142.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=41.94%
G=38.92%
B=19.14%

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
Decimal1951818900.070.540.2452.0846.955.69
HexC3B559073618342f38
Octal303265131076630645770
Binary11000011101101011011001011111011011000110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B559; }

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

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

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

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

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

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

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

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