#C7AA7A

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

Shades of Putty #C7AA7A

Tints of Putty #C7AA7A

Color information

#C7AA7A (or 0xC7AA7A) is unknown color: approx Putty. HEX triplet: C7, AA and 7A. RGB value is (199,170,122). Sum of RGB (Red+Green+Blue) = 199+170+122=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA7A is #385585. Grayscale: #ADADAD. Windows color (decimal): -3691910 or 8039111. OLE color: 8039111.

HSL color Cylindrical-coordinate representation of color #C7AA7A: hue angle of 37.4º 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 #C7AA7A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB199170122-
CMYK00.150.390.22
HSL37.4º40.74%62.94%-
HSV(B)37.4º38.69%78.04%-
XYZ41.4442.324.39-
YUV173.299.11146.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=40.53%
G=34.62%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917012200.150.390.2237.440.7462.94
HexC7AA7A0F271625293f
Octal3072521720174726455177
Binary110001111010101011110100111110011110110100101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AA7A; }

 p { color: rgb(199,170,122); }

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

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

 a { background-color: rgb(199,170,122); }

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

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

 span { border-color: rgb(199,170,122); }

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