#C1917B

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

Shades of Pale Taupe #C1917B

Tints of Pale Taupe #C1917B

Color information

#C1917B (or 0xC1917B) is unknown color: approx Pale Taupe. HEX triplet: C1, 91 and 7B. RGB value is (193,145,123). Sum of RGB (Red+Green+Blue) = 193+145+123=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1917B is #3E6E84. Grayscale: #9C9C9C. Windows color (decimal): -4091525 or 8098241. OLE color: 8098241.

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

Color convert

RGB193145123-
CMYK00.250.360.24
HSL18.86º36.08%61.96%-
HSV(B)18.86º36.27%75.69%-
XYZ35.6933.0223.23-
YUV156.84108.9153.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=41.87%
G=31.45%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314512300.250.360.2418.8636.0861.96
HexC1917B019241813243e
Octal3012211730314430234476
Binary110000011001000111110110110011001001100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1917B; }

 p { color: rgb(193,145,123); }

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

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

 a { background-color: rgb(193,145,123); }

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

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

 span { border-color: rgb(193,145,123); }

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