#C6957F

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

Shades of Pale Taupe #C6957F

Tints of Pale Taupe #C6957F

Color information

#C6957F (or 0xC6957F) is unknown color: approx Pale Taupe. HEX triplet: C6, 95 and 7F. RGB value is (198,149,127). Sum of RGB (Red+Green+Blue) = 198+149+127=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6957F is #396A80. Grayscale: #A1A1A1. Windows color (decimal): -3762817 or 8361414. OLE color: 8361414.

HSL color Cylindrical-coordinate representation of color #C6957F: hue angle of 18.59º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6957F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198149127-
CMYK00.250.360.22
HSL18.59º38.38%63.73%-
HSV(B)18.59º35.86%77.65%-
XYZ37.8735.0324.84-
YUV161.14108.73154.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 127 (50% from 255) = 26.79%
R=41.77%
G=31.43%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814912700.250.360.2218.5938.3863.73
HexC6957F0192416132640
Octal30622517703144262346100
Binary1100011010010101111111101100110010010110100111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6957F; }

 p { color: rgb(198,149,127); }

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

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

 a { background-color: rgb(198,149,127); }

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

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

 span { border-color: rgb(198,149,127); }

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