#C08E78

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

Shades of Pale Taupe #C08E78

Tints of Pale Taupe #C08E78

Color information

#C08E78 (or 0xC08E78) is unknown color: approx Pale Taupe. HEX triplet: C0, 8E and 78. RGB value is (192,142,120). Sum of RGB (Red+Green+Blue) = 192+142+120=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E78 is #3F7187. Grayscale: #9A9A9A. Windows color (decimal): -4157832 or 7900864. OLE color: 7900864.

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

Color convert

RGB192142120-
CMYK00.260.380.25
HSL18.33º36.36%61.18%-
HSV(B)18.33º37.5%75.29%-
XYZ34.831.9122.09-
YUV154.44108.56154.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=42.29%
G=31.28%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214212000.260.380.2518.3336.3661.18
HexC08E7801A261912243d
Octal3002161700324631224475
Binary110000001000111011110000110101001101100110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E78; }

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

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

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

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

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

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

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

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