#c1b258

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

Shades of Gimblet #C1B258

Tints of Gimblet #C1B258

Color information

#C1B258 (or 0xC1B258) is unknown color: approx Gimblet. HEX triplet: C1, B2 and 58. RGB value is (193,178,88). Sum of RGB (Red+Green+Blue) = 193+178+88=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B258 is #3E4DA7. Grayscale: #ACACAC. Windows color (decimal): -4083112 or 5812929. OLE color: 5812929.

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

Color convert

RGB19317888-
CMYK00.080.540.24
HSL51.43º45.85%55.1%-
HSV(B)51.43º54.4%75.69%-
XYZ39.6743.8815.61-
YUV172.2280.47142.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=42.05%
G=38.78%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931788800.080.540.2451.4345.8555.1
HexC1B258083618332e37
Octal3012621300106630635667
Binary110000011011001010110000100011011011000110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b258; }

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

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

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

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

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

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

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

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