#C08E79

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

Shades of Pale Taupe #C08E79

Tints of Pale Taupe #C08E79

Color information

#C08E79 (or 0xC08E79) is unknown color: approx Pale Taupe. HEX triplet: C0, 8E and 79. RGB value is (192,142,121). Sum of RGB (Red+Green+Blue) = 192+142+121=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E79 is #3F7186. Grayscale: #9A9A9A. Windows color (decimal): -4157831 or 7966400. OLE color: 7966400.

HSL color Cylindrical-coordinate representation of color #C08E79: hue angle of 17.75º 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 #C08E79 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192142121-
CMYK00.260.370.25
HSL17.75º36.04%61.37%-
HSV(B)17.75º36.98%75.29%-
XYZ34.8631.9322.42-
YUV154.56109.06154.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=42.20%
G=31.21%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214212100.260.370.2517.7536.0461.37
HexC08E7901A251912243d
Octal3002161710324531224475
Binary110000001000111011110010110101001011100110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E79; }

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

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

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

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

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

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

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

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