#C1977B

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

Shades of Pale Taupe #C1977B

Tints of Pale Taupe #C1977B

Color information

#C1977B (or 0xC1977B) is unknown color: approx Pale Taupe. HEX triplet: C1, 97 and 7B. RGB value is (193,151,123). Sum of RGB (Red+Green+Blue) = 193+151+123=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1977B is #3E6884. Grayscale: #A0A0A0. Windows color (decimal): -4089989 or 8099777. OLE color: 8099777.

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

Color convert

RGB193151123-
CMYK00.220.360.24
HSL24º36.08%61.96%-
HSV(B)24º36.27%75.69%-
XYZ36.6334.923.54-
YUV160.37106.91151.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=41.33%
G=32.33%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315112300.220.360.242436.0861.96
HexC1977B016241818243e
Octal3012271730264430304476
Binary110000011001011111110110101101001001100011000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1977B; }

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

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

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

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

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

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

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

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