#C19474

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

Shades of Pale Taupe #C19474

Tints of Pale Taupe #C19474

Color information

#C19474 (or 0xC19474) is unknown color: approx Pale Taupe. HEX triplet: C1, 94 and 74. RGB value is (193,148,116). Sum of RGB (Red+Green+Blue) = 193+148+116=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C19474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19474 is #3E6B8B. Grayscale: #9D9D9D. Windows color (decimal): -4090764 or 7640257. OLE color: 7640257.

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

Color convert

RGB193148116-
CMYK00.230.400.24
HSL24.94º38.31%60.59%-
HSV(B)24.94º39.9%75.69%-
XYZ35.7333.7821.16-
YUV157.81104.41153.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=42.23%
G=32.39%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314811600.230.400.2424.9438.3160.59
HexC19474017281819263d
Octal3012241640275030314675
Binary110000011001010011101000101111010001100011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19474; }

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

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

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

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

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

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

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

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