#C1B257

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

Shades of Gimblet #C1B257

Tints of Gimblet #C1B257

Color information

#C1B257 (or 0xC1B257) is unknown color: approx Gimblet. HEX triplet: C1, B2 and 57. RGB value is (193,178,87). Sum of RGB (Red+Green+Blue) = 193+178+87=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B257 is #3E4DA8. Grayscale: #ACACAC. Windows color (decimal): -4083113 or 5747393. OLE color: 5747393.

HSL color Cylindrical-coordinate representation of color #C1B257: hue angle of 51.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1B257 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19317887-
CMYK00.080.550.24
HSL51.51º46.09%54.9%-
HSV(B)51.51º54.92%75.69%-
XYZ39.6343.8715.39-
YUV172.1179.97142.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 87 (34.38% from 255) = 19.00%
R=42.14%
G=38.86%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931788700.080.550.2451.5146.0954.9
HexC1B257083718342e37
Octal3012621270106730645667
Binary110000011011001010101110100011011111000110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B257; }

 p { color: rgb(193,178,87); }

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

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

 a { background-color: rgb(193,178,87); }

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

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

 span { border-color: rgb(193,178,87); }

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