#C4B359

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

Shades of Gimblet #C4B359

Tints of Gimblet #C4B359

Color information

#C4B359 (or 0xC4B359) is unknown color: approx Gimblet. HEX triplet: C4, B3 and 59. RGB value is (196,179,89). Sum of RGB (Red+Green+Blue) = 196+179+89=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B359 is #3B4CA6. Grayscale: #AEAEAE. Windows color (decimal): -3886247 or 5878724. OLE color: 5878724.

HSL color Cylindrical-coordinate representation of color #C4B359: hue angle of 50.47º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4B359 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19617989-
CMYK00.090.550.23
HSL50.47º47.56%55.88%-
HSV(B)50.47º54.59%76.86%-
XYZ40.6944.715.93-
YUV173.8280.13143.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 89 (35.16% from 255) = 19.18%
R=42.24%
G=38.58%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961798900.090.550.2350.4747.5655.88
HexC4B359093717323038
Octal3042631310116727626070
Binary110001001011001110110010100111011110111110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B359; }

 p { color: rgb(196,179,89); }

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

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

 a { background-color: rgb(196,179,89); }

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

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

 span { border-color: rgb(196,179,89); }

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