#C0937D

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

Shades of Pale Taupe #C0937D

Tints of Pale Taupe #C0937D

Color information

#C0937D (or 0xC0937D) is unknown color: approx Pale Taupe. HEX triplet: C0, 93 and 7D. RGB value is (192,147,125). Sum of RGB (Red+Green+Blue) = 192+147+125=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0937D is #3F6C82. Grayscale: #9E9E9E. Windows color (decimal): -4156547 or 8229824. OLE color: 8229824.

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

Color convert

RGB192147125-
CMYK00.230.350.25
HSL19.7º34.72%62.16%-
HSV(B)19.7º34.9%75.29%-
XYZ35.8733.5523.99-
YUV157.95109.41152.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=41.38%
G=31.68%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214712500.230.350.2519.734.7262.16
HexC0937D017231914233e
Octal3002231750274331244376
Binary110000001001001111111010101111000111100110100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0937D; }

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

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

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

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

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

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

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

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