#C3B171

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

Shades of Putty #C3B171

Tints of Putty #C3B171

Color information

#C3B171 (or 0xC3B171) is unknown color: approx Putty. HEX triplet: C3, B1 and 71. RGB value is (195,177,113). Sum of RGB (Red+Green+Blue) = 195+177+113=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B171 is #3C4E8E. Grayscale: #AFAFAF. Windows color (decimal): -3952271 or 7451075. OLE color: 7451075.

HSL color Cylindrical-coordinate representation of color #C3B171: hue angle of 46.83º 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 #C3B171 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195177113-
CMYK00.090.420.24
HSL46.83º40.59%60.39%-
HSV(B)46.83º42.05%76.47%-
XYZ41.2144.2421.99-
YUV175.0992.96142.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=40.21%
G=36.49%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517711300.090.420.2446.8340.5960.39
HexC3B171092A182f293c
Octal3032611610115230575174
Binary110000111011000111100010100110101011000101111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B171; }

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

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

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

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

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

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

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

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