#C2B45D

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

Shades of Gimblet #C2B45D

Tints of Gimblet #C2B45D

Color information

#C2B45D (or 0xC2B45D) is unknown color: approx Gimblet. HEX triplet: C2, B4 and 5D. RGB value is (194,180,93). Sum of RGB (Red+Green+Blue) = 194+180+93=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B45D is #3D4BA2. Grayscale: #AEAEAE. Windows color (decimal): -4017059 or 6141122. OLE color: 6141122.

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

Color convert

RGB19418093-
CMYK00.070.520.24
HSL51.68º45.29%56.27%-
HSV(B)51.68º52.06%76.08%-
XYZ40.5544.916.89-
YUV174.2782.14142.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=41.54%
G=38.54%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941809300.070.520.2451.6845.2956.27
HexC2B45D073418342d38
Octal302264135076430645570
Binary11000010101101001011101011111010011000110100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B45D; }

 p { color: rgb(194,180,93); }

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

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

 a { background-color: rgb(194,180,93); }

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

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

 span { border-color: rgb(194,180,93); }

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