#C1B064

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

Shades of Gimblet #C1B064

Tints of Gimblet #C1B064

Color information

#C1B064 (or 0xC1B064) is unknown color: approx Gimblet. HEX triplet: C1, B0 and 64. RGB value is (193,176,100). Sum of RGB (Red+Green+Blue) = 193+176+100=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B064 is #3E4F9B. Grayscale: #ACACAC. Windows color (decimal): -4083612 or 6598849. OLE color: 6598849.

HSL color Cylindrical-coordinate representation of color #C1B064: hue angle of 49.03º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1B064 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB193176100-
CMYK00.090.480.24
HSL49.03º42.86%57.45%-
HSV(B)49.03º48.19%75.69%-
XYZ39.8243.3118.32-
YUV172.4287.13142.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=41.15%
G=37.53%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317610000.090.480.2449.0342.8657.45
HexC1B064093018312b39
Octal3012601440116030615371
Binary110000011011000011001000100111000011000110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B064; }

 p { color: rgb(193,176,100); }

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

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

 a { background-color: rgb(193,176,100); }

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

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

 span { border-color: rgb(193,176,100); }

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