#C2B65A

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

Shades of Gimblet #C2B65A

Tints of Gimblet #C2B65A

Color information

#C2B65A (or 0xC2B65A) is unknown color: approx Gimblet. HEX triplet: C2, B6 and 5A. RGB value is (194,182,90). Sum of RGB (Red+Green+Blue) = 194+182+90=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B65A is #3D49A5. Grayscale: #AFAFAF. Windows color (decimal): -4016550 or 5945026. OLE color: 5945026.

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

Color convert

RGB19418290-
CMYK00.060.540.24
HSL53.08º46.02%55.69%-
HSV(B)53.08º53.61%76.08%-
XYZ40.8245.6616.34-
YUV175.179.98141.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=41.63%
G=39.06%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941829000.060.540.2453.0846.0255.69
HexC2B65A063618352e38
Octal302266132066630655670
Binary11000010101101101011010011011011011000110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B65A; }

 p { color: rgb(194,182,90); }

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

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

 a { background-color: rgb(194,182,90); }

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

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

 span { border-color: rgb(194,182,90); }

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