#C8987B

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

Shades of Pale Taupe #C8987B

Tints of Pale Taupe #C8987B

Color information

#C8987B (or 0xC8987B) is unknown color: approx Pale Taupe. HEX triplet: C8, 98 and 7B. RGB value is (200,152,123). Sum of RGB (Red+Green+Blue) = 200+152+123=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8987B is #376784. Grayscale: #A3A3A3. Windows color (decimal): -3630981 or 8100040. OLE color: 8100040.

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

Color convert

RGB200152123-
CMYK00.240.380.22
HSL22.6º41.18%63.33%-
HSV(B)22.6º38.5%78.43%-
XYZ38.6236.1723.68-
YUV163.05105.4154.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=42.11%
G=32%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015212300.240.380.2222.641.1863.33
HexC8987B018261617293f
Octal3102301730304626275177
Binary110010001001100011110110110001001101011010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8987B; }

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

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

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

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

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

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

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

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