#C4B35C

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

Shades of Gimblet #C4B35C

Tints of Gimblet #C4B35C

Color information

#C4B35C (or 0xC4B35C) is unknown color: approx Gimblet. HEX triplet: C4, B3 and 5C. RGB value is (196,179,92). Sum of RGB (Red+Green+Blue) = 196+179+92=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B35C is #3B4CA3. Grayscale: #AEAEAE. Windows color (decimal): -3886244 or 6075332. OLE color: 6075332.

HSL color Cylindrical-coordinate representation of color #C4B35C: hue angle of 50.19º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4B35C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19617992-
CMYK00.090.530.23
HSL50.19º46.85%56.47%-
HSV(B)50.19º53.06%76.86%-
XYZ40.8244.7516.61-
YUV174.1681.63143.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=41.97%
G=38.33%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961799200.090.530.2350.1946.8556.47
HexC4B35C093517322f38
Octal3042631340116527625770
Binary110001001011001110111000100111010110111110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B35C; }

 p { color: rgb(196,179,92); }

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

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

 a { background-color: rgb(196,179,92); }

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

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

 span { border-color: rgb(196,179,92); }

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