#C1997F

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

Shades of Pale Taupe #C1997F

Tints of Pale Taupe #C1997F

Color information

#C1997F (or 0xC1997F) is unknown color: approx Pale Taupe. HEX triplet: C1, 99 and 7F. RGB value is (193,153,127). Sum of RGB (Red+Green+Blue) = 193+153+127=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1997F is #3E6680. Grayscale: #A2A2A2. Windows color (decimal): -4089473 or 8362433. OLE color: 8362433.

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

Color convert

RGB193153127-
CMYK00.210.340.24
HSL23.64º34.74%62.75%-
HSV(B)23.64º34.2%75.69%-
XYZ37.2135.6525-
YUV162108.25150.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 127 (50% from 255) = 26.85%
R=40.80%
G=32.35%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315312700.210.340.2423.6434.7462.75
HexC1997F015221818233f
Octal3012311770254230304377
Binary110000011001100111111110101011000101100011000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1997F; }

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

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

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

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

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

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

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

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