#C0B75E

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

Shades of Gimblet #C0B75E

Tints of Gimblet #C0B75E

Color information

#C0B75E (or 0xC0B75E) is unknown color: approx Gimblet. HEX triplet: C0, B7 and 5E. RGB value is (192,183,94). Sum of RGB (Red+Green+Blue) = 192+183+94=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B75E is #3F48A1. Grayscale: #AFAFAF. Windows color (decimal): -4147362 or 6207424. OLE color: 6207424.

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

Color convert

RGB19218394-
CMYK00.050.510.25
HSL54.49º43.75%56.08%-
HSV(B)54.49º51.04%75.29%-
XYZ40.6945.8817.3-
YUV175.5481.98139.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 94 (37.11% from 255) = 20.04%
R=40.94%
G=39.02%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921839400.050.510.2554.4943.7556.08
HexC0B75E053319362c38
Octal300267136056331665470
Binary11000000101101111011110010111001111001110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B75E; }

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

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

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

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

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

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

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

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