#C2B161

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

Shades of Gimblet #C2B161

Tints of Gimblet #C2B161

Color information

#C2B161 (or 0xC2B161) is unknown color: approx Gimblet. HEX triplet: C2, B1 and 61. RGB value is (194,177,97). Sum of RGB (Red+Green+Blue) = 194+177+97=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B161 is #3D4E9E. Grayscale: #ADADAD. Windows color (decimal): -4017823 or 6402498. OLE color: 6402498.

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

Color convert

RGB19417797-
CMYK00.090.500.24
HSL49.48º44.29%57.06%-
HSV(B)49.48º50%76.08%-
XYZ40.1343.7817.64-
YUV172.9685.13143-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=41.45%
G=37.82%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941779700.090.500.2449.4844.2957.06
HexC2B161093218312c39
Octal3022611410116230615471
Binary110000101011000111000010100111001011000110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B161; }

 p { color: rgb(194,177,97); }

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

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

 a { background-color: rgb(194,177,97); }

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

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

 span { border-color: rgb(194,177,97); }

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