#C5997F

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

Shades of Pale Taupe #C5997F

Tints of Pale Taupe #C5997F

Color information

#C5997F (or 0xC5997F) is unknown color: approx Pale Taupe. HEX triplet: C5, 99 and 7F. RGB value is (197,153,127). Sum of RGB (Red+Green+Blue) = 197+153+127=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5997F is #3A6680. Grayscale: #A3A3A3. Windows color (decimal): -3827329 or 8362437. OLE color: 8362437.

HSL color Cylindrical-coordinate representation of color #C5997F: hue angle of 22.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5997F is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB197153127-
CMYK00.220.360.23
HSL22.29º37.63%63.53%-
HSV(B)22.29º35.53%77.25%-
XYZ38.2536.1925.05-
YUV163.19107.58152.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 127 (50% from 255) = 26.62%
R=41.30%
G=32.08%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715312700.220.360.2322.2937.6363.53
HexC5997F0162417162640
Octal30523117702644272646100
Binary1100010110011001111111101011010010010111101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5997F; }

 p { color: rgb(197,153,127); }

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

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

 a { background-color: rgb(197,153,127); }

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

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

 span { border-color: rgb(197,153,127); }

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