#C2AF66

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

Shades of Gimblet #C2AF66

Tints of Gimblet #C2AF66

Color information

#C2AF66 (or 0xC2AF66) is unknown color: approx Gimblet. HEX triplet: C2, AF and 66. RGB value is (194,175,102). Sum of RGB (Red+Green+Blue) = 194+175+102=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF66 is #3D5099. Grayscale: #ACACAC. Windows color (decimal): -4018330 or 6729666. OLE color: 6729666.

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

Color convert

RGB194175102-
CMYK00.100.470.24
HSL47.61º42.99%58.04%-
HSV(B)47.61º47.42%76.08%-
XYZ39.9843.0918.78-
YUV172.3688.29143.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=41.19%
G=37.15%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417510200.100.470.2447.6142.9958.04
HexC2AF660A2F18302b3a
Octal3022571460125730605372
Binary110000101010111111001100101010111111000110000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF66; }

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

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

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

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

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

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

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

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