#C2987D

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

Shades of Pale Taupe #C2987D

Tints of Pale Taupe #C2987D

Color information

#C2987D (or 0xC2987D) is unknown color: approx Pale Taupe. HEX triplet: C2, 98 and 7D. RGB value is (194,152,125). Sum of RGB (Red+Green+Blue) = 194+152+125=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2987D is #3D6782. Grayscale: #A1A1A1. Windows color (decimal): -4024195 or 8231106. OLE color: 8231106.

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

Color convert

RGB194152125-
CMYK00.220.360.24
HSL23.48º36.13%62.55%-
HSV(B)23.48º35.57%76.08%-
XYZ37.1835.4124.28-
YUV161.48107.41151.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=41.19%
G=32.27%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415212500.220.360.2423.4836.1362.55
HexC2987D016241817243f
Octal3022301750264430274477
Binary110000101001100011111010101101001001100010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2987D; }

 p { color: rgb(194,152,125); }

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

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

 a { background-color: rgb(194,152,125); }

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

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

 span { border-color: rgb(194,152,125); }

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