#C19274

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

Shades of Pale Taupe #C19274

Tints of Pale Taupe #C19274

Color information

#C19274 (or 0xC19274) is unknown color: approx Pale Taupe. HEX triplet: C1, 92 and 74. RGB value is (193,146,116). Sum of RGB (Red+Green+Blue) = 193+146+116=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C19274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19274 is #3E6D8B. Grayscale: #9C9C9C. Windows color (decimal): -4091276 or 7639745. OLE color: 7639745.

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

Color convert

RGB193146116-
CMYK00.240.400.24
HSL23.38º38.31%60.59%-
HSV(B)23.38º39.9%75.69%-
XYZ35.4233.1621.06-
YUV156.63105.07153.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=42.42%
G=32.09%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314611600.240.400.2423.3838.3160.59
HexC19274018281817263d
Octal3012221640305030274675
Binary110000011001001011101000110001010001100010111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19274; }

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

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

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

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

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

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

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

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