#C19774

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

Shades of Pale Taupe #C19774

Tints of Pale Taupe #C19774

Color information

#C19774 (or 0xC19774) is unknown color: approx Pale Taupe. HEX triplet: C1, 97 and 74. RGB value is (193,151,116). Sum of RGB (Red+Green+Blue) = 193+151+116=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C19774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19774 is #3E688B. Grayscale: #9F9F9F. Windows color (decimal): -4089996 or 7641025. OLE color: 7641025.

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

Color convert

RGB193151116-
CMYK00.220.400.24
HSL27.27º38.31%60.59%-
HSV(B)27.27º39.9%75.69%-
XYZ36.2134.7321.32-
YUV159.57103.41151.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 116 (45.70% from 255) = 25.22%
R=41.96%
G=32.83%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315111600.220.400.2427.2738.3160.59
HexC1977401628181b263d
Octal3012271640265030334675
Binary110000011001011111101000101101010001100011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19774; }

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

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

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

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

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

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

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

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