#C0B45E

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

Shades of Gimblet #C0B45E

Tints of Gimblet #C0B45E

Color information

#C0B45E (or 0xC0B45E) is unknown color: approx Gimblet. HEX triplet: C0, B4 and 5E. RGB value is (192,180,94). Sum of RGB (Red+Green+Blue) = 192+180+94=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B45E is #3F4BA1. Grayscale: #AEAEAE. Windows color (decimal): -4148130 or 6206656. OLE color: 6206656.

HSL color Cylindrical-coordinate representation of color #C0B45E: hue angle of 52.65º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0B45E is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19218094-
CMYK00.060.510.25
HSL52.65º43.75%56.08%-
HSV(B)52.65º51.04%75.29%-
XYZ40.0844.6617.1-
YUV173.7882.98140.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=41.20%
G=38.63%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921809400.060.510.2552.6543.7556.08
HexC0B45E063319352c38
Octal300264136066331655470
Binary11000000101101001011110011011001111001110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B45E; }

 p { color: rgb(192,180,94); }

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

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

 a { background-color: rgb(192,180,94); }

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

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

 span { border-color: rgb(192,180,94); }

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