#C2AF67

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

Shades of Gimblet #C2AF67

Tints of Gimblet #C2AF67

Color information

#C2AF67 (or 0xC2AF67) is unknown color: approx Gimblet. HEX triplet: C2, AF and 67. RGB value is (194,175,103). Sum of RGB (Red+Green+Blue) = 194+175+103=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF67 is #3D5098. Grayscale: #ACACAC. Windows color (decimal): -4018329 or 6795202. OLE color: 6795202.

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

Color convert

RGB194175103-
CMYK00.100.470.24
HSL47.47º42.72%58.24%-
HSV(B)47.47º46.91%76.08%-
XYZ40.0343.1119.04-
YUV172.4788.79143.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=41.10%
G=37.08%
B=21.82%

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
Decimal19417510300.100.470.2447.4742.7258.24
HexC2AF670A2F182f2b3a
Octal3022571470125730575372
Binary110000101010111111001110101010111111000101111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF67; }

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

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

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

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

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

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

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

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