#C4B55F

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

Shades of Gimblet #C4B55F

Tints of Gimblet #C4B55F

Color information

#C4B55F (or 0xC4B55F) is unknown color: approx Gimblet. HEX triplet: C4, B5 and 5F. RGB value is (196,181,95). Sum of RGB (Red+Green+Blue) = 196+181+95=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B55F is #3B4AA0. Grayscale: #B0B0B0. Windows color (decimal): -3885729 or 6272452. OLE color: 6272452.

HSL color Cylindrical-coordinate representation of color #C4B55F: hue angle of 51.09º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4B55F is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19618195-
CMYK00.080.520.23
HSL51.09º46.12%57.06%-
HSV(B)51.09º51.53%76.86%-
XYZ41.3545.6117.45-
YUV175.6882.47142.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 95 (37.5% from 255) = 20.13%
R=41.53%
G=38.35%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961819500.080.520.2351.0946.1257.06
HexC4B55F083417332e39
Octal3042651370106427635671
Binary110001001011010110111110100011010010111110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B55F; }

 p { color: rgb(196,181,95); }

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

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

 a { background-color: rgb(196,181,95); }

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

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

 span { border-color: rgb(196,181,95); }

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