#C8987A

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

Shades of Pale Taupe #C8987A

Tints of Pale Taupe #C8987A

Color information

#C8987A (or 0xC8987A) is unknown color: approx Pale Taupe. HEX triplet: C8, 98 and 7A. RGB value is (200,152,122). Sum of RGB (Red+Green+Blue) = 200+152+122=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8987A is #376785. Grayscale: #A3A3A3. Windows color (decimal): -3630982 or 8034504. OLE color: 8034504.

HSL color Cylindrical-coordinate representation of color #C8987A: hue angle of 23.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8987A is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200152122-
CMYK00.240.390.22
HSL23.08º41.49%63.14%-
HSV(B)23.08º39%78.43%-
XYZ38.5636.1423.36-
YUV162.93104.9154.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=42.19%
G=32.07%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015212200.240.390.2223.0841.4963.14
HexC8987A018271617293f
Octal3102301720304726275177
Binary110010001001100011110100110001001111011010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8987A; }

 p { color: rgb(200,152,122); }

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

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

 a { background-color: rgb(200,152,122); }

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

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

 span { border-color: rgb(200,152,122); }

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