#C08E73

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

Shades of Pale Taupe #C08E73

Tints of Pale Taupe #C08E73

Color information

#C08E73 (or 0xC08E73) is unknown color: approx Pale Taupe. HEX triplet: C0, 8E and 73. RGB value is (192,142,115). Sum of RGB (Red+Green+Blue) = 192+142+115=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E73 is #3F718C. Grayscale: #9A9A9A. Windows color (decimal): -4157837 or 7573184. OLE color: 7573184.

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

Color convert

RGB192142115-
CMYK00.260.400.25
HSL21.04º37.93%60.2%-
HSV(B)21.04º40.1%75.29%-
XYZ34.5131.7920.54-
YUV153.87106.06155.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=42.76%
G=31.63%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214211500.260.400.2521.0437.9360.2
HexC08E7301A281915263c
Octal3002161630325031254674
Binary110000001000111011100110110101010001100110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E73; }

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

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

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

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

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

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

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

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