#C0B460

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

Shades of Gimblet #C0B460

Tints of Gimblet #C0B460

Color information

#C0B460 (or 0xC0B460) is unknown color: approx Gimblet. HEX triplet: C0, B4 and 60. RGB value is (192,180,96). Sum of RGB (Red+Green+Blue) = 192+180+96=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B460 is #3F4B9F. Grayscale: #AEAEAE. Windows color (decimal): -4148128 or 6337728. OLE color: 6337728.

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

Color convert

RGB19218096-
CMYK00.060.500.25
HSL52.5º43.24%56.47%-
HSV(B)52.5º50%75.29%-
XYZ40.1744.6917.58-
YUV174.0183.98140.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=41.03%
G=38.46%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921809600.060.500.2552.543.2456.47
HexC0B460063219342b38
Octal300264140066231645370
Binary11000000101101001100000011011001011001110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B460; }

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

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

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

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

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

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

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

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