#C6987F

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

Shades of Pale Taupe #C6987F

Tints of Pale Taupe #C6987F

Color information

#C6987F (or 0xC6987F) is unknown color: approx Pale Taupe. HEX triplet: C6, 98 and 7F. RGB value is (198,152,127). Sum of RGB (Red+Green+Blue) = 198+152+127=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6987F is #396780. Grayscale: #A3A3A3. Windows color (decimal): -3762049 or 8362182. OLE color: 8362182.

HSL color Cylindrical-coordinate representation of color #C6987F: hue angle of 21.13º 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 #C6987F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198152127-
CMYK00.230.360.22
HSL21.13º38.38%63.73%-
HSV(B)21.13º35.86%77.65%-
XYZ38.3535.9925.01-
YUV162.9107.74153.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 127 (50% from 255) = 26.62%
R=41.51%
G=31.87%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815212700.230.360.2221.1338.3863.73
HexC6987F0172416152640
Octal30623017702744262546100
Binary1100011010011000111111101011110010010110101011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6987F; }

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

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

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

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

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

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

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

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