#C3B359

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

Shades of Gimblet #C3B359

Tints of Gimblet #C3B359

Color information

#C3B359 (or 0xC3B359) is unknown color: approx Gimblet. HEX triplet: C3, B3 and 59. RGB value is (195,179,89). Sum of RGB (Red+Green+Blue) = 195+179+89=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B359 is #3C4CA6. Grayscale: #ADADAD. Windows color (decimal): -3951783 or 5878723. OLE color: 5878723.

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

Color convert

RGB19517989-
CMYK00.080.540.24
HSL50.94º46.9%55.69%-
HSV(B)50.94º54.36%76.47%-
XYZ40.4344.5615.92-
YUV173.5280.3143.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 89 (35.16% from 255) = 19.22%
R=42.12%
G=38.66%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951798900.080.540.2450.9446.955.69
HexC3B359083618332f38
Octal3032631310106630635770
Binary110000111011001110110010100011011011000110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B359; }

 p { color: rgb(195,179,89); }

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

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

 a { background-color: rgb(195,179,89); }

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

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

 span { border-color: rgb(195,179,89); }

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