#C3B55E

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

Shades of Gimblet #C3B55E

Tints of Gimblet #C3B55E

Color information

#C3B55E (or 0xC3B55E) is unknown color: approx Gimblet. HEX triplet: C3, B5 and 5E. RGB value is (195,181,94). Sum of RGB (Red+Green+Blue) = 195+181+94=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B55E is #3C4AA1. Grayscale: #AFAFAF. Windows color (decimal): -3951266 or 6206915. OLE color: 6206915.

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

Color convert

RGB19518194-
CMYK00.070.520.24
HSL51.68º45.7%56.67%-
HSV(B)51.68º51.79%76.47%-
XYZ41.0545.4617.2-
YUV175.2782.14142.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 94 (37.11% from 255) = 20%
R=41.49%
G=38.51%
B=20%

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
Decimal1951819400.070.520.2451.6845.756.67
HexC3B55E073418342e39
Octal303265136076430645671
Binary11000011101101011011110011111010011000110100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B55E; }

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

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

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

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

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

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

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

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