#C4B459

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

Shades of Gimblet #C4B459

Tints of Gimblet #C4B459

Color information

#C4B459 (or 0xC4B459) is unknown color: approx Gimblet. HEX triplet: C4, B4 and 59. RGB value is (196,180,89). Sum of RGB (Red+Green+Blue) = 196+180+89=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B459 is #3B4BA6. Grayscale: #AEAEAE. Windows color (decimal): -3885991 or 5878980. OLE color: 5878980.

HSL color Cylindrical-coordinate representation of color #C4B459: hue angle of 51.03º 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 #C4B459 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19618089-
CMYK00.080.550.23
HSL51.03º47.56%55.88%-
HSV(B)51.03º54.59%76.86%-
XYZ40.8945.116-
YUV174.4179.8143.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=42.15%
G=38.71%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961808900.080.550.2351.0347.5655.88
HexC4B459083717333038
Octal3042641310106727636070
Binary110001001011010010110010100011011110111110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B459; }

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

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

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

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

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

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

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

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