#C3B85C

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

Shades of Gimblet #C3B85C

Tints of Gimblet #C3B85C

Color information

#C3B85C (or 0xC3B85C) is unknown color: approx Gimblet. HEX triplet: C3, B8 and 5C. RGB value is (195,184,92). Sum of RGB (Red+Green+Blue) = 195+184+92=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B85C is #3C47A3. Grayscale: #B1B1B1. Windows color (decimal): -3950500 or 6076611. OLE color: 6076611.

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

Color convert

RGB19518492-
CMYK00.060.530.24
HSL53.59º46.19%56.27%-
HSV(B)53.59º52.82%76.47%-
XYZ41.5846.6616.94-
YUV176.880.14140.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=41.40%
G=39.07%
B=19.53%

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
Decimal1951849200.060.530.2453.5946.1956.27
HexC3B85C063518362e38
Octal303270134066530665670
Binary11000011101110001011100011011010111000110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B85C; }

 p { color: rgb(195,184,92); }

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

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

 a { background-color: rgb(195,184,92); }

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

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

 span { border-color: rgb(195,184,92); }

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