#C0B45C

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

Shades of Gimblet #C0B45C

Tints of Gimblet #C0B45C

Color information

#C0B45C (or 0xC0B45C) is unknown color: approx Gimblet. HEX triplet: C0, B4 and 5C. RGB value is (192,180,92). Sum of RGB (Red+Green+Blue) = 192+180+92=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B45C is #3F4BA3. Grayscale: #ADADAD. Windows color (decimal): -4148132 or 6075584. OLE color: 6075584.

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

Color convert

RGB19218092-
CMYK00.060.520.25
HSL52.8º44.25%55.69%-
HSV(B)52.8º52.08%75.29%-
XYZ39.9944.6216.63-
YUV173.5681.98141.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=41.38%
G=38.79%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921809200.060.520.2552.844.2555.69
HexC0B45C063419352c38
Octal300264134066431655470
Binary11000000101101001011100011011010011001110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B45C; }

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

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

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

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

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

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

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

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