#C0B061

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

Shades of Gimblet #C0B061

Tints of Gimblet #C0B061

Color information

#C0B061 (or 0xC0B061) is unknown color: approx Gimblet. HEX triplet: C0, B0 and 61. RGB value is (192,176,97). Sum of RGB (Red+Green+Blue) = 192+176+97=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B061 is #3F4F9E. Grayscale: #ACACAC. Windows color (decimal): -4149151 or 6402240. OLE color: 6402240.

HSL color Cylindrical-coordinate representation of color #C0B061: hue angle of 49.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0B061 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19217697-
CMYK00.080.490.25
HSL49.89º42.99%56.67%-
HSV(B)49.89º49.48%75.29%-
XYZ39.4243.1217.55-
YUV171.7885.8142.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=41.29%
G=37.85%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921769700.080.490.2549.8942.9956.67
HexC0B061083119322b39
Octal3002601410106131625371
Binary110000001011000011000010100011000111001110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B061; }

 p { color: rgb(192,176,97); }

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

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

 a { background-color: rgb(192,176,97); }

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

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

 span { border-color: rgb(192,176,97); }

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