#C09379

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

Shades of Pale Taupe #C09379

Tints of Pale Taupe #C09379

Color information

#C09379 (or 0xC09379) is unknown color: approx Pale Taupe. HEX triplet: C0, 93 and 79. RGB value is (192,147,121). Sum of RGB (Red+Green+Blue) = 192+147+121=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C09379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09379 is #3F6C86. Grayscale: #9D9D9D. Windows color (decimal): -4156551 or 7967680. OLE color: 7967680.

HSL color Cylindrical-coordinate representation of color #C09379: hue angle of 21.97º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09379 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192147121-
CMYK00.230.370.25
HSL21.97º36.04%61.37%-
HSV(B)21.97º36.98%75.29%-
XYZ35.6233.4522.67-
YUV157.49107.41152.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=41.74%
G=31.96%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214712100.230.370.2521.9736.0461.37
HexC09379017251916243d
Octal3002231710274531264475
Binary110000001001001111110010101111001011100110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09379; }

 p { color: rgb(192,147,121); }

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

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

 a { background-color: rgb(192,147,121); }

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

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

 span { border-color: rgb(192,147,121); }

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