#C08D74

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

Shades of Pale Taupe #C08D74

Tints of Pale Taupe #C08D74

Color information

#C08D74 (or 0xC08D74) is unknown color: approx Pale Taupe. HEX triplet: C0, 8D and 74. RGB value is (192,141,116). Sum of RGB (Red+Green+Blue) = 192+141+116=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D74 is #3F728B. Grayscale: #999999. Windows color (decimal): -4158092 or 7638464. OLE color: 7638464.

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

Color convert

RGB192141116-
CMYK00.270.400.25
HSL19.74º37.62%60.39%-
HSV(B)19.74º39.58%75.29%-
XYZ34.4231.5220.79-
YUV153.4106.9155.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=42.76%
G=31.40%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214111600.270.400.2519.7437.6260.39
HexC08D7401B281914263c
Octal3002151640335031244674
Binary110000001000110111101000110111010001100110100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D74; }

 p { color: rgb(192,141,116); }

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

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

 a { background-color: rgb(192,141,116); }

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

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

 span { border-color: rgb(192,141,116); }

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