#C5B461

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

Shades of Gimblet #C5B461

Tints of Gimblet #C5B461

Color information

#C5B461 (or 0xC5B461) is unknown color: approx Gimblet. HEX triplet: C5, B4 and 61. RGB value is (197,180,97). Sum of RGB (Red+Green+Blue) = 197+180+97=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B461 is #3A4B9E. Grayscale: #AFAFAF. Windows color (decimal): -3820447 or 6403269. OLE color: 6403269.

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

Color convert

RGB19718097-
CMYK00.090.510.23
HSL49.8º46.3%57.65%-
HSV(B)49.8º50.76%77.25%-
XYZ41.545.3817.88-
YUV175.6283.63143.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=41.56%
G=37.97%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971809700.090.510.2349.846.357.65
HexC5B461093317322e3a
Octal3052641410116327625672
Binary110001011011010011000010100111001110111110010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B461; }

 p { color: rgb(197,180,97); }

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

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

 a { background-color: rgb(197,180,97); }

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

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

 span { border-color: rgb(197,180,97); }

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