#C4B758

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

Shades of Gimblet #C4B758

Tints of Gimblet #C4B758

Color information

#C4B758 (or 0xC4B758) is unknown color: approx Gimblet. HEX triplet: C4, B7 and 58. RGB value is (196,183,88). Sum of RGB (Red+Green+Blue) = 196+183+88=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B758 is #3B48A7. Grayscale: #B0B0B0. Windows color (decimal): -3885224 or 5814212. OLE color: 5814212.

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

Color convert

RGB19618388-
CMYK00.070.550.23
HSL52.78º47.79%55.69%-
HSV(B)52.78º55.1%76.86%-
XYZ41.4646.3115.99-
YUV176.0678.31142.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 88 (34.77% from 255) = 18.84%
R=41.97%
G=39.19%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961838800.070.550.2352.7847.7955.69
HexC4B758073717353038
Octal304267130076727656070
Binary11000100101101111011000011111011110111110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B758; }

 p { color: rgb(196,183,88); }

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

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

 a { background-color: rgb(196,183,88); }

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

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

 span { border-color: rgb(196,183,88); }

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