#C6987E

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

Shades of Pale Taupe #C6987E

Tints of Pale Taupe #C6987E

Color information

#C6987E (or 0xC6987E) is unknown color: approx Pale Taupe. HEX triplet: C6, 98 and 7E. RGB value is (198,152,126). Sum of RGB (Red+Green+Blue) = 198+152+126=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6987E is #396781. Grayscale: #A2A2A2. Windows color (decimal): -3762050 or 8296646. OLE color: 8296646.

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

Color convert

RGB198152126-
CMYK00.230.360.22
HSL21.67º38.71%63.53%-
HSV(B)21.67º36.36%77.65%-
XYZ38.2835.9724.66-
YUV162.79107.24153.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=41.60%
G=31.93%
B=26.47%

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
Decimal19815212600.230.360.2221.6738.7163.53
HexC6987E0172416162740
Octal30623017602744262647100
Binary1100011010011000111111001011110010010110101101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6987E; }

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

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

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

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

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

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

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

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