#C2B75C

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

Shades of Gimblet #C2B75C

Tints of Gimblet #C2B75C

Color information

#C2B75C (or 0xC2B75C) is unknown color: approx Gimblet. HEX triplet: C2, B7 and 5C. RGB value is (194,183,92). Sum of RGB (Red+Green+Blue) = 194+183+92=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B75C is #3D48A3. Grayscale: #B0B0B0. Windows color (decimal): -4016292 or 6076354. OLE color: 6076354.

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

Color convert

RGB19418392-
CMYK00.060.530.24
HSL53.53º45.54%56.08%-
HSV(B)53.53º52.58%76.08%-
XYZ41.1146.1116.86-
YUV175.9280.64140.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=41.36%
G=39.02%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941839200.060.530.2453.5345.5456.08
HexC2B75C063518362e38
Octal302267134066530665670
Binary11000010101101111011100011011010111000110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B75C; }

 p { color: rgb(194,183,92); }

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

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

 a { background-color: rgb(194,183,92); }

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

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

 span { border-color: rgb(194,183,92); }

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