#C7AC6F

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

Shades of Putty #C7AC6F

Tints of Putty #C7AC6F

Color information

#C7AC6F (or 0xC7AC6F) is unknown color: approx Putty. HEX triplet: C7, AC and 6F. RGB value is (199,172,111). Sum of RGB (Red+Green+Blue) = 199+172+111=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC6F is #385390. Grayscale: #ADADAD. Windows color (decimal): -3691409 or 7318727. OLE color: 7318727.

HSL color Cylindrical-coordinate representation of color #C7AC6F: hue angle of 41.59º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7AC6F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199172111-
CMYK00.140.440.22
HSL41.59º44%60.78%-
HSV(B)41.59º44.22%78.04%-
XYZ41.1742.7921.13-
YUV173.1292.95146.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=41.29%
G=35.68%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917211100.140.440.2241.594460.78
HexC7AC6F0E2C162a2c3d
Octal3072541570165426525475
Binary110001111010110011011110111010110010110101010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC6F; }

 p { color: rgb(199,172,111); }

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

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

 a { background-color: rgb(199,172,111); }

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

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

 span { border-color: rgb(199,172,111); }

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