#C1B55F

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

Shades of Gimblet #C1B55F

Tints of Gimblet #C1B55F

Color information

#C1B55F (or 0xC1B55F) is unknown color: approx Gimblet. HEX triplet: C1, B5 and 5F. RGB value is (193,181,95). Sum of RGB (Red+Green+Blue) = 193+181+95=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B55F is #3E4AA0. Grayscale: #AFAFAF. Windows color (decimal): -4082337 or 6272449. OLE color: 6272449.

HSL color Cylindrical-coordinate representation of color #C1B55F: hue angle of 52.65º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1B55F is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19318195-
CMYK00.060.510.24
HSL52.65º44.14%56.47%-
HSV(B)52.65º50.78%75.69%-
XYZ40.5845.2117.41-
YUV174.7882.98140.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=41.15%
G=38.59%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931819500.060.510.2452.6544.1456.47
HexC1B55F063318352c38
Octal301265137066330655470
Binary11000001101101011011111011011001111000110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B55F; }

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

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

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

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

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

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

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

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