#C7AE79

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

Shades of Putty #C7AE79

Tints of Putty #C7AE79

Color information

#C7AE79 (or 0xC7AE79) is unknown color: approx Putty. HEX triplet: C7, AE and 79. RGB value is (199,174,121). Sum of RGB (Red+Green+Blue) = 199+174+121=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE79 is #385186. Grayscale: #AFAFAF. Windows color (decimal): -3690887 or 7974599. OLE color: 7974599.

HSL color Cylindrical-coordinate representation of color #C7AE79: hue angle of 40.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7AE79 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB199174121-
CMYK00.130.390.22
HSL40.77º41.05%62.75%-
HSV(B)40.77º39.2%78.04%-
XYZ42.1443.7924.32-
YUV175.4397.28144.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=40.28%
G=35.22%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917412100.130.390.2240.7741.0562.75
HexC7AE790D271629293f
Octal3072561710154726515177
Binary110001111010111011110010110110011110110101001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE79; }

 p { color: rgb(199,174,121); }

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

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

 a { background-color: rgb(199,174,121); }

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

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

 span { border-color: rgb(199,174,121); }

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