#C2B55D

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

Shades of Gimblet #C2B55D

Tints of Gimblet #C2B55D

Color information

#C2B55D (or 0xC2B55D) is unknown color: approx Gimblet. HEX triplet: C2, B5 and 5D. RGB value is (194,181,93). Sum of RGB (Red+Green+Blue) = 194+181+93=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B55D is #3D4AA2. Grayscale: #AFAFAF. Windows color (decimal): -4016803 or 6141378. OLE color: 6141378.

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

Color convert

RGB19418193-
CMYK00.070.520.24
HSL52.28º45.29%56.27%-
HSV(B)52.28º52.06%76.08%-
XYZ40.7545.3116.95-
YUV174.8681.81141.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=41.45%
G=38.68%
B=19.87%

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
Decimal1941819300.070.520.2452.2845.2956.27
HexC2B55D073418342d38
Octal302265135076430645570
Binary11000010101101011011101011111010011000110100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B55D; }

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

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

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

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

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

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

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

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