#C7AF71

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

Shades of Putty #C7AF71

Tints of Putty #C7AF71

Color information

#C7AF71 (or 0xC7AF71) is unknown color: approx Putty. HEX triplet: C7, AF and 71. RGB value is (199,175,113). Sum of RGB (Red+Green+Blue) = 199+175+113=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF71 is #38508E. Grayscale: #AFAFAF. Windows color (decimal): -3690639 or 7450567. OLE color: 7450567.

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

Color convert

RGB199175113-
CMYK00.120.430.22
HSL43.26º43.43%61.18%-
HSV(B)43.26º43.22%78.04%-
XYZ41.8643.9921.91-
YUV175.1192.95145.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=40.86%
G=35.93%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917511300.120.430.2243.2643.4361.18
HexC7AF710C2B162b2b3d
Octal3072571610145326535375
Binary110001111010111111100010110010101110110101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF71; }

 p { color: rgb(199,175,113); }

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

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

 a { background-color: rgb(199,175,113); }

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

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

 span { border-color: rgb(199,175,113); }

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