#C0B65D

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

Shades of Gimblet #C0B65D

Tints of Gimblet #C0B65D

Color information

#C0B65D (or 0xC0B65D) is unknown color: approx Gimblet. HEX triplet: C0, B6 and 5D. RGB value is (192,182,93). Sum of RGB (Red+Green+Blue) = 192+182+93=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B65D is #3F49A2. Grayscale: #AFAFAF. Windows color (decimal): -4147619 or 6141632. OLE color: 6141632.

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

Color convert

RGB19218293-
CMYK00.050.520.25
HSL53.94º44%55.88%-
HSV(B)53.94º51.56%75.29%-
XYZ40.4445.4517-
YUV174.8481.81140.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=41.11%
G=38.97%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921829300.050.520.2553.944455.88
HexC0B65D053419362c38
Octal300266135056431665470
Binary11000000101101101011101010111010011001110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B65D; }

 p { color: rgb(192,182,93); }

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

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

 a { background-color: rgb(192,182,93); }

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

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

 span { border-color: rgb(192,182,93); }

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