#C19E7A

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

Shades of Pale Taupe #C19E7A

Tints of Pale Taupe #C19E7A

Color information

#C19E7A (or 0xC19E7A) is unknown color: approx Pale Taupe. HEX triplet: C1, 9E and 7A. RGB value is (193,158,122). Sum of RGB (Red+Green+Blue) = 193+158+122=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E7A is #3E6185. Grayscale: #A4A4A4. Windows color (decimal): -4088198 or 8036033. OLE color: 8036033.

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

Color convert

RGB193158122-
CMYK00.180.370.24
HSL30.42º36.41%61.76%-
HSV(B)30.42º36.79%75.69%-
XYZ37.7337.223.6-
YUV164.36104.1148.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=40.80%
G=33.40%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315812200.180.370.2430.4236.4161.76
HexC19E7A01225181e243e
Octal3012361720224530364476
Binary110000011001111011110100100101001011100011110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E7A; }

 p { color: rgb(193,158,122); }

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

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

 a { background-color: rgb(193,158,122); }

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

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

 span { border-color: rgb(193,158,122); }

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