#C0B55D

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

Shades of Gimblet #C0B55D

Tints of Gimblet #C0B55D

Color information

#C0B55D (or 0xC0B55D) is unknown color: approx Gimblet. HEX triplet: C0, B5 and 5D. RGB value is (192,181,93). Sum of RGB (Red+Green+Blue) = 192+181+93=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B55D is #3F4AA2. Grayscale: #AEAEAE. Windows color (decimal): -4147875 or 6141376. OLE color: 6141376.

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

Color convert

RGB19218193-
CMYK00.060.520.25
HSL53.33º44%55.88%-
HSV(B)53.33º51.56%75.29%-
XYZ40.2445.0416.93-
YUV174.2682.14140.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=41.20%
G=38.84%
B=19.96%

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
Decimal1921819300.060.520.2553.334455.88
HexC0B55D063419352c38
Octal300265135066431655470
Binary11000000101101011011101011011010011001110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B55D; }

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

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

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

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

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

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

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

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