#C0B463

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

Shades of Gimblet #C0B463

Tints of Gimblet #C0B463

Color information

#C0B463 (or 0xC0B463) is unknown color: approx Gimblet. HEX triplet: C0, B4 and 63. RGB value is (192,180,99). Sum of RGB (Red+Green+Blue) = 192+180+99=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B463 is #3F4B9C. Grayscale: #AEAEAE. Windows color (decimal): -4148125 or 6534336. OLE color: 6534336.

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

Color convert

RGB19218099-
CMYK00.060.480.25
HSL52.26º42.47%57.06%-
HSV(B)52.26º48.44%75.29%-
XYZ40.3144.7518.32-
YUV174.3585.48140.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 99 (39.06% from 255) = 21.02%
R=40.76%
G=38.22%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921809900.060.480.2552.2642.4757.06
HexC0B463063019342a39
Octal300264143066031645271
Binary11000000101101001100011011011000011001110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B463; }

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

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

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

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

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

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

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

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