#C1987A

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

Shades of Pale Taupe #C1987A

Tints of Pale Taupe #C1987A

Color information

#C1987A (or 0xC1987A) is unknown color: approx Pale Taupe. HEX triplet: C1, 98 and 7A. RGB value is (193,152,122). Sum of RGB (Red+Green+Blue) = 193+152+122=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1987A is #3E6785. Grayscale: #A0A0A0. Windows color (decimal): -4089734 or 8034497. OLE color: 8034497.

HSL color Cylindrical-coordinate representation of color #C1987A: hue angle of 25.35º degrees, saturation: 0.36, 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 #C1987A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193152122-
CMYK00.210.370.24
HSL25.35º36.41%61.76%-
HSV(B)25.35º36.79%75.69%-
XYZ36.7335.223.27-
YUV160.84106.08150.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=41.33%
G=32.55%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315212200.210.370.2425.3536.4161.76
HexC1987A015251819243e
Octal3012301720254530314476
Binary110000011001100011110100101011001011100011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1987A; }

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

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

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

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

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

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

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

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