#C4B362

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

Shades of Gimblet #C4B362

Tints of Gimblet #C4B362

Color information

#C4B362 (or 0xC4B362) is unknown color: approx Gimblet. HEX triplet: C4, B3 and 62. RGB value is (196,179,98). Sum of RGB (Red+Green+Blue) = 196+179+98=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B362 is #3B4C9D. Grayscale: #AFAFAF. Windows color (decimal): -3886238 or 6468548. OLE color: 6468548.

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

Color convert

RGB19617998-
CMYK00.090.50.23
HSL49.59º45.37%57.65%-
HSV(B)49.59º50%76.86%-
XYZ41.0944.8618.05-
YUV174.8584.63143.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=41.44%
G=37.84%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961799800.090.50.2349.5945.3757.65
HexC4B362093217322d3a
Octal3042631420116227625572
Binary110001001011001111000100100111001010111110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B362; }

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

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

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

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

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

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

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

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