#C2AF6D

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

Shades of Putty #C2AF6D

Tints of Putty #C2AF6D

Color information

#C2AF6D (or 0xC2AF6D) is unknown color: approx Putty. HEX triplet: C2, AF and 6D. RGB value is (194,175,109). Sum of RGB (Red+Green+Blue) = 194+175+109=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF6D is #3D5092. Grayscale: #ADADAD. Windows color (decimal): -4018323 or 7188418. OLE color: 7188418.

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

Color convert

RGB194175109-
CMYK00.100.440.24
HSL46.59º41.06%59.41%-
HSV(B)46.59º43.81%76.08%-
XYZ40.3443.2320.69-
YUV173.1691.79142.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=40.59%
G=36.61%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417510900.100.440.2446.5941.0659.41
HexC2AF6D0A2C182f293b
Octal3022571550125430575173
Binary110000101010111111011010101010110011000101111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF6D; }

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

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

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

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

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

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

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

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