#C0AF65

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

Shades of Gimblet #C0AF65

Tints of Gimblet #C0AF65

Color information

#C0AF65 (or 0xC0AF65) is unknown color: approx Gimblet. HEX triplet: C0, AF and 65. RGB value is (192,175,101). Sum of RGB (Red+Green+Blue) = 192+175+101=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF65 is #3F509A. Grayscale: #ABABAB. Windows color (decimal): -4149403 or 6664128. OLE color: 6664128.

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

Color convert

RGB192175101-
CMYK00.090.470.25
HSL48.79º41.94%57.45%-
HSV(B)48.79º47.4%75.29%-
XYZ39.4242.8118.5-
YUV171.6588.13142.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=41.03%
G=37.39%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217510100.090.470.2548.7941.9457.45
HexC0AF65092F19312a39
Octal3002571450115731615271
Binary110000001010111111001010100110111111001110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF65; }

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

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

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

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

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

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

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

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