#C3B657

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

Shades of Gimblet #C3B657

Tints of Gimblet #C3B657

Color information

#C3B657 (or 0xC3B657) is unknown color: approx Gimblet. HEX triplet: C3, B6 and 57. RGB value is (195,182,87). Sum of RGB (Red+Green+Blue) = 195+182+87=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B657 is #3C49A8. Grayscale: #AFAFAF. Windows color (decimal): -3951017 or 5748419. OLE color: 5748419.

HSL color Cylindrical-coordinate representation of color #C3B657: hue angle of 52.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3B657 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19518287-
CMYK00.070.550.24
HSL52.78º47.37%55.29%-
HSV(B)52.78º55.38%76.47%-
XYZ40.9545.7515.69-
YUV175.0678.31142.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 87 (34.38% from 255) = 18.75%
R=42.03%
G=39.22%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951828700.070.550.2452.7847.3755.29
HexC3B657073718352f37
Octal303266127076730655767
Binary11000011101101101010111011111011111000110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B657; }

 p { color: rgb(195,182,87); }

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

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

 a { background-color: rgb(195,182,87); }

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

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

 span { border-color: rgb(195,182,87); }

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