#C3987A

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

Shades of Pale Taupe #C3987A

Tints of Pale Taupe #C3987A

Color information

#C3987A (or 0xC3987A) is unknown color: approx Pale Taupe. HEX triplet: C3, 98 and 7A. RGB value is (195,152,122). Sum of RGB (Red+Green+Blue) = 195+152+122=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3987A is #3C6785. Grayscale: #A1A1A1. Windows color (decimal): -3958662 or 8034499. OLE color: 8034499.

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

Color convert

RGB195152122-
CMYK00.220.370.24
HSL24.66º37.82%62.16%-
HSV(B)24.66º37.44%76.47%-
XYZ37.2535.4623.29-
YUV161.44105.75151.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=41.58%
G=32.41%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515212200.220.370.2424.6637.8262.16
HexC3987A016251819263e
Octal3032301720264530314676
Binary110000111001100011110100101101001011100011001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3987A; }

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

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

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

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

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

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

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

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