#C1B364

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

Shades of Gimblet #C1B364

Tints of Gimblet #C1B364

Color information

#C1B364 (or 0xC1B364) is unknown color: approx Gimblet. HEX triplet: C1, B3 and 64. RGB value is (193,179,100). Sum of RGB (Red+Green+Blue) = 193+179+100=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B364 is #3E4C9B. Grayscale: #AEAEAE. Windows color (decimal): -4082844 or 6599617. OLE color: 6599617.

HSL color Cylindrical-coordinate representation of color #C1B364: hue angle of 50.97º 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 #C1B364 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB193179100-
CMYK00.070.480.24
HSL50.97º42.86%57.45%-
HSV(B)50.97º48.19%75.69%-
XYZ40.4144.518.52-
YUV174.1886.14141.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=40.89%
G=37.92%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317910000.070.480.2450.9742.8657.45
HexC1B364073018332b39
Octal301263144076030635371
Binary11000001101100111100100011111000011000110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B364; }

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

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

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

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

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

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

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

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