#C19076

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

Shades of Pale Taupe #C19076

Tints of Pale Taupe #C19076

Color information

#C19076 (or 0xC19076) is unknown color: approx Pale Taupe. HEX triplet: C1, 90 and 76. RGB value is (193,144,118). Sum of RGB (Red+Green+Blue) = 193+144+118=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C19076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19076 is #3E6F89. Grayscale: #9B9B9B. Windows color (decimal): -4091786 or 7770305. OLE color: 7770305.

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

Color convert

RGB193144118-
CMYK00.250.390.24
HSL20.8º37.69%60.98%-
HSV(B)20.8º38.86%75.69%-
XYZ35.2432.5921.57-
YUV155.69106.73154.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=42.42%
G=31.65%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314411800.250.390.2420.837.6960.98
HexC19076019271815263d
Octal3012201660314730254675
Binary110000011001000011101100110011001111100010101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19076; }

 p { color: rgb(193,144,118); }

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

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

 a { background-color: rgb(193,144,118); }

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

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

 span { border-color: rgb(193,144,118); }

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