#C3B264

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

Shades of Gimblet #C3B264

Tints of Gimblet #C3B264

Color information

#C3B264 (or 0xC3B264) is unknown color: approx Gimblet. HEX triplet: C3, B2 and 64. RGB value is (195,178,100). Sum of RGB (Red+Green+Blue) = 195+178+100=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B264 is #3C4D9B. Grayscale: #AEAEAE. Windows color (decimal): -3952028 or 6599363. OLE color: 6599363.

HSL color Cylindrical-coordinate representation of color #C3B264: hue angle of 49.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3B264 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB195178100-
CMYK00.090.490.24
HSL49.26º44.19%57.84%-
HSV(B)49.26º48.72%76.47%-
XYZ40.7344.3618.47-
YUV174.1986.13142.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=41.23%
G=37.63%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517810000.090.490.2449.2644.1957.84
HexC3B264093118312c3a
Octal3032621440116130615472
Binary110000111011001011001000100111000111000110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B264; }

 p { color: rgb(195,178,100); }

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

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

 a { background-color: rgb(195,178,100); }

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

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

 span { border-color: rgb(195,178,100); }

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