#C19A7B

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

Shades of Pale Taupe #C19A7B

Tints of Pale Taupe #C19A7B

Color information

#C19A7B (or 0xC19A7B) is unknown color: approx Pale Taupe. HEX triplet: C1, 9A and 7B. RGB value is (193,154,123). Sum of RGB (Red+Green+Blue) = 193+154+123=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A7B is #3E6584. Grayscale: #A2A2A2. Windows color (decimal): -4089221 or 8100545. OLE color: 8100545.

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

Color convert

RGB193154123-
CMYK00.200.360.24
HSL26.57º36.08%61.96%-
HSV(B)26.57º36.27%75.69%-
XYZ37.1235.8823.71-
YUV162.13105.92150.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=41.06%
G=32.77%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315412300.200.360.2426.5736.0861.96
HexC19A7B01424181b243e
Octal3012321730244430334476
Binary110000011001101011110110101001001001100011011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19A7B; }

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

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

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

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

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

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

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

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