#C3A671

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

Shades of Putty #C3A671

Tints of Putty #C3A671

Color information

#C3A671 (or 0xC3A671) is unknown color: approx Putty. HEX triplet: C3, A6 and 71. RGB value is (195,166,113). Sum of RGB (Red+Green+Blue) = 195+166+113=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A671 is #3C598E. Grayscale: #A8A8A8. Windows color (decimal): -3955087 or 7448259. OLE color: 7448259.

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

Color convert

RGB195166113-
CMYK00.150.420.24
HSL38.78º40.59%60.39%-
HSV(B)38.78º42.05%76.47%-
XYZ39.1240.0721.29-
YUV168.6396.61146.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=41.14%
G=35.02%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516611300.150.420.2438.7840.5960.39
HexC3A6710F2A1827293c
Octal3032461610175230475174
Binary110000111010011011100010111110101011000100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A671; }

 p { color: rgb(195,166,113); }

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

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

 a { background-color: rgb(195,166,113); }

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

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

 span { border-color: rgb(195,166,113); }

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