#C3B166

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

Shades of Gimblet #C3B166

Tints of Gimblet #C3B166

Color information

#C3B166 (or 0xC3B166) is unknown color: approx Gimblet. HEX triplet: C3, B1 and 66. RGB value is (195,177,102). Sum of RGB (Red+Green+Blue) = 195+177+102=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B166 is #3C4E99. Grayscale: #AEAEAE. Windows color (decimal): -3952282 or 6730179. OLE color: 6730179.

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

Color convert

RGB195177102-
CMYK00.090.480.24
HSL48.39º43.66%58.24%-
HSV(B)48.39º47.69%76.47%-
XYZ40.6344.0118.92-
YUV173.8387.46143.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=41.14%
G=37.34%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517710200.090.480.2448.3943.6658.24
HexC3B166093018302c3a
Octal3032611460116030605472
Binary110000111011000111001100100111000011000110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B166; }

 p { color: rgb(195,177,102); }

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

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

 a { background-color: rgb(195,177,102); }

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

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

 span { border-color: rgb(195,177,102); }

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