#C7A975

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

Shades of Putty #C7A975

Tints of Putty #C7A975

Color information

#C7A975 (or 0xC7A975) is unknown color: approx Putty. HEX triplet: C7, A9 and 75. RGB value is (199,169,117). Sum of RGB (Red+Green+Blue) = 199+169+117=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A975 is #38568A. Grayscale: #ACACAC. Windows color (decimal): -3692171 or 7711175. OLE color: 7711175.

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

Color convert

RGB199169117-
CMYK00.150.410.22
HSL38.05º42.27%61.96%-
HSV(B)38.05º41.21%78.04%-
XYZ40.9541.822.74-
YUV172.0496.94147.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=41.03%
G=34.85%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916911700.150.410.2238.0542.2761.96
HexC7A9750F2916262a3e
Octal3072511650175126465276
Binary110001111010100111101010111110100110110100110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A975; }

 p { color: rgb(199,169,117); }

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

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

 a { background-color: rgb(199,169,117); }

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

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

 span { border-color: rgb(199,169,117); }

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