#C2AF62

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

Shades of Gimblet #C2AF62

Tints of Gimblet #C2AF62

Color information

#C2AF62 (or 0xC2AF62) is unknown color: approx Gimblet. HEX triplet: C2, AF and 62. RGB value is (194,175,98). Sum of RGB (Red+Green+Blue) = 194+175+98=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF62 is #3D509D. Grayscale: #ACACAC. Windows color (decimal): -4018334 or 6467522. OLE color: 6467522.

HSL color Cylindrical-coordinate representation of color #C2AF62: hue angle of 48.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2AF62 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19417598-
CMYK00.100.490.24
HSL48.12º44.04%57.25%-
HSV(B)48.12º49.48%76.08%-
XYZ39.7843.0117.76-
YUV171.986.29143.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=41.54%
G=37.47%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941759800.100.490.2448.1244.0457.25
HexC2AF620A3118302c39
Octal3022571420126130605471
Binary110000101010111111000100101011000111000110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF62; }

 p { color: rgb(194,175,98); }

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

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

 a { background-color: rgb(194,175,98); }

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

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

 span { border-color: rgb(194,175,98); }

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