#C1B265

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

Shades of Gimblet #C1B265

Tints of Gimblet #C1B265

Color information

#C1B265 (or 0xC1B265) is unknown color: approx Gimblet. HEX triplet: C1, B2 and 65. RGB value is (193,178,101). Sum of RGB (Red+Green+Blue) = 193+178+101=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B265 is #3E4D9A. Grayscale: #AEAEAE. Windows color (decimal): -4083099 or 6664897. OLE color: 6664897.

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

Color convert

RGB193178101-
CMYK00.080.480.24
HSL50.22º42.59%57.65%-
HSV(B)50.22º47.67%75.69%-
XYZ40.2644.1218.71-
YUV173.7186.97141.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=40.89%
G=37.71%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317810100.080.480.2450.2242.5957.65
HexC1B265083018322b3a
Octal3012621450106030625372
Binary110000011011001011001010100011000011000110010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B265; }

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

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

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

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

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

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

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

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