#C19C7E

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

Shades of Pale Taupe #C19C7E

Tints of Pale Taupe #C19C7E

Color information

#C19C7E (or 0xC19C7E) is unknown color: approx Pale Taupe. HEX triplet: C1, 9C and 7E. RGB value is (193,156,126). Sum of RGB (Red+Green+Blue) = 193+156+126=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C7E is #3E6381. Grayscale: #A3A3A3. Windows color (decimal): -4088706 or 8297665. OLE color: 8297665.

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

Color convert

RGB193156126-
CMYK00.190.350.24
HSL26.87º35.08%62.55%-
HSV(B)26.87º34.72%75.69%-
XYZ37.6536.6224.82-
YUV163.64106.76148.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=40.63%
G=32.84%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315612600.190.350.2426.8735.0862.55
HexC19C7E01323181b233f
Octal3012341760234330334377
Binary110000011001110011111100100111000111100011011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19C7E; }

 p { color: rgb(193,156,126); }

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

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

 a { background-color: rgb(193,156,126); }

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

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

 span { border-color: rgb(193,156,126); }

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