#C3B360

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

Shades of Gimblet #C3B360

Tints of Gimblet #C3B360

Color information

#C3B360 (or 0xC3B360) is unknown color: approx Gimblet. HEX triplet: C3, B3 and 60. RGB value is (195,179,96). Sum of RGB (Red+Green+Blue) = 195+179+96=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B360 is #3C4C9F. Grayscale: #AEAEAE. Windows color (decimal): -3951776 or 6337475. OLE color: 6337475.

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

Color convert

RGB19517996-
CMYK00.080.510.24
HSL50.3º45.21%57.06%-
HSV(B)50.3º50.77%76.47%-
XYZ40.7444.6917.54-
YUV174.3283.8142.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=41.49%
G=38.09%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951799600.080.510.2450.345.2157.06
HexC3B360083318322d39
Octal3032631400106330625571
Binary110000111011001111000000100011001111000110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B360; }

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

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

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

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

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

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

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

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