#C4B460

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

Shades of Gimblet #C4B460

Tints of Gimblet #C4B460

Color information

#C4B460 (or 0xC4B460) is unknown color: approx Gimblet. HEX triplet: C4, B4 and 60. RGB value is (196,180,96). Sum of RGB (Red+Green+Blue) = 196+180+96=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B460 is #3B4B9F. Grayscale: #AFAFAF. Windows color (decimal): -3885984 or 6337732. OLE color: 6337732.

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

Color convert

RGB19618096-
CMYK00.080.510.23
HSL50.4º45.87%57.25%-
HSV(B)50.4º51.02%76.86%-
XYZ41.245.2217.62-
YUV175.2183.3142.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=41.53%
G=38.14%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961809600.080.510.2350.445.8757.25
HexC4B460083317322e39
Octal3042641400106327625671
Binary110001001011010011000000100011001110111110010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B460; }

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

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

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

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

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

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

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

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