#C3B15E

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

Shades of Gimblet #C3B15E

Tints of Gimblet #C3B15E

Color information

#C3B15E (or 0xC3B15E) is unknown color: approx Gimblet. HEX triplet: C3, B1 and 5E. RGB value is (195,177,94). Sum of RGB (Red+Green+Blue) = 195+177+94=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B15E is #3C4EA1. Grayscale: #ADADAD. Windows color (decimal): -3952290 or 6205891. OLE color: 6205891.

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

Color convert

RGB19517794-
CMYK00.090.520.24
HSL49.31º45.7%56.67%-
HSV(B)49.31º51.79%76.47%-
XYZ40.2543.8516.93-
YUV172.9283.46143.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=41.85%
G=37.98%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951779400.090.520.2449.3145.756.67
HexC3B15E093418312e39
Octal3032611360116430615671
Binary110000111011000110111100100111010011000110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B15E; }

 p { color: rgb(195,177,94); }

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

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

 a { background-color: rgb(195,177,94); }

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

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

 span { border-color: rgb(195,177,94); }

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