#C1977F

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

Shades of Pale Taupe #C1977F

Tints of Pale Taupe #C1977F

Color information

#C1977F (or 0xC1977F) is unknown color: approx Pale Taupe. HEX triplet: C1, 97 and 7F. RGB value is (193,151,127). Sum of RGB (Red+Green+Blue) = 193+151+127=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1977F is #3E6880. Grayscale: #A0A0A0. Windows color (decimal): -4089985 or 8361921. OLE color: 8361921.

HSL color Cylindrical-coordinate representation of color #C1977F: hue angle of 21.82º 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 #C1977F is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB193151127-
CMYK00.220.340.24
HSL21.82º34.74%62.75%-
HSV(B)21.82º34.2%75.69%-
XYZ36.893524.89-
YUV160.82108.91150.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 127 (50% from 255) = 26.96%
R=40.98%
G=32.06%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315112700.220.340.2421.8234.7462.75
HexC1977F016221816233f
Octal3012271770264230264377
Binary110000011001011111111110101101000101100010110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1977F; }

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

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

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

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

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

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

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

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