#C0AF63

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

Shades of Gimblet #C0AF63

Tints of Gimblet #C0AF63

Color information

#C0AF63 (or 0xC0AF63) is unknown color: approx Gimblet. HEX triplet: C0, AF and 63. RGB value is (192,175,99). Sum of RGB (Red+Green+Blue) = 192+175+99=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF63 is #3F509C. Grayscale: #ABABAB. Windows color (decimal): -4149405 or 6533056. OLE color: 6533056.

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

Color convert

RGB19217599-
CMYK00.090.480.25
HSL49.03º42.47%57.06%-
HSV(B)49.03º48.44%75.29%-
XYZ39.3242.7717.99-
YUV171.4287.13142.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=41.20%
G=37.55%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921759900.090.480.2549.0342.4757.06
HexC0AF63093019312a39
Octal3002571430116031615271
Binary110000001010111111000110100111000011001110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF63; }

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

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

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

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

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

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

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

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