#C2B45F

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

Shades of Gimblet #C2B45F

Tints of Gimblet #C2B45F

Color information

#C2B45F (or 0xC2B45F) is unknown color: approx Gimblet. HEX triplet: C2, B4 and 5F. RGB value is (194,180,95). Sum of RGB (Red+Green+Blue) = 194+180+95=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B45F is #3D4BA0. Grayscale: #AEAEAE. Windows color (decimal): -4017057 or 6272194. OLE color: 6272194.

HSL color Cylindrical-coordinate representation of color #C2B45F: hue angle of 51.52º 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 #C2B45F is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19418095-
CMYK00.070.510.24
HSL51.52º44.8%56.67%-
HSV(B)51.52º51.03%76.08%-
XYZ40.6344.9417.36-
YUV174.583.14141.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=41.36%
G=38.38%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941809500.070.510.2451.5244.856.67
HexC2B45F073318342d39
Octal302264137076330645571
Binary11000010101101001011111011111001111000110100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B45F; }

 p { color: rgb(194,180,95); }

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

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

 a { background-color: rgb(194,180,95); }

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

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

 span { border-color: rgb(194,180,95); }

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