#C0B559

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

Shades of Gimblet #C0B559

Tints of Gimblet #C0B559

Color information

#C0B559 (or 0xC0B559) is unknown color: approx Gimblet. HEX triplet: C0, B5 and 59. RGB value is (192,181,89). Sum of RGB (Red+Green+Blue) = 192+181+89=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B559 is #3F4AA6. Grayscale: #AEAEAE. Windows color (decimal): -4147879 or 5879232. OLE color: 5879232.

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

Color convert

RGB19218189-
CMYK00.060.540.25
HSL53.59º44.98%55.1%-
HSV(B)53.59º53.65%75.29%-
XYZ40.0744.9816.02-
YUV173.880.14140.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=41.56%
G=39.18%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921818900.060.540.2553.5944.9855.1
HexC0B559063619362d37
Octal300265131066631665567
Binary11000000101101011011001011011011011001110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B559; }

 p { color: rgb(192,181,89); }

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

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

 a { background-color: rgb(192,181,89); }

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

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

 span { border-color: rgb(192,181,89); }

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