#C2917B

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

Shades of Pale Taupe #C2917B

Tints of Pale Taupe #C2917B

Color information

#C2917B (or 0xC2917B) is unknown color: approx Pale Taupe. HEX triplet: C2, 91 and 7B. RGB value is (194,145,123). Sum of RGB (Red+Green+Blue) = 194+145+123=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2917B is #3D6E84. Grayscale: #9D9D9D. Windows color (decimal): -4025989 or 8098242. OLE color: 8098242.

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

Color convert

RGB194145123-
CMYK00.250.370.24
HSL18.59º36.79%62.16%-
HSV(B)18.59º36.6%76.08%-
XYZ35.9533.1523.24-
YUV157.14108.73154.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=41.99%
G=31.39%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414512300.250.370.2418.5936.7962.16
HexC2917B019251813253e
Octal3022211730314530234576
Binary110000101001000111110110110011001011100010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2917B; }

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

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

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

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

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

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

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

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