#C0AC63

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

Shades of Gimblet #C0AC63

Tints of Gimblet #C0AC63

Color information

#C0AC63 (or 0xC0AC63) is unknown color: approx Gimblet. HEX triplet: C0, AC and 63. RGB value is (192,172,99). Sum of RGB (Red+Green+Blue) = 192+172+99=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC63 is #3F539C. Grayscale: #A9A9A9. Windows color (decimal): -4150173 or 6532288. OLE color: 6532288.

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

Color convert

RGB19217299-
CMYK00.100.480.25
HSL47.1º42.47%57.06%-
HSV(B)47.1º48.44%75.29%-
XYZ38.7441.6117.79-
YUV169.6688.13143.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=41.47%
G=37.15%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921729900.100.480.2547.142.4757.06
HexC0AC630A30192f2a39
Octal3002541430126031575271
Binary110000001010110011000110101011000011001101111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC63; }

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

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

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

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

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

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

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

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