#C0947D

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

Shades of Pale Taupe #C0947D

Tints of Pale Taupe #C0947D

Color information

#C0947D (or 0xC0947D) is unknown color: approx Pale Taupe. HEX triplet: C0, 94 and 7D. RGB value is (192,148,125). Sum of RGB (Red+Green+Blue) = 192+148+125=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0947D is #3F6B82. Grayscale: #9E9E9E. Windows color (decimal): -4156291 or 8230080. OLE color: 8230080.

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

Color convert

RGB192148125-
CMYK00.230.350.25
HSL20.6º34.72%62.16%-
HSV(B)20.6º34.9%75.29%-
XYZ36.0333.8724.04-
YUV158.53109.08151.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=41.29%
G=31.83%
B=26.88%

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
Decimal19214812500.230.350.2520.634.7262.16
HexC0947D017231915233e
Octal3002241750274331254376
Binary110000001001010011111010101111000111100110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0947D; }

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

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

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

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

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

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

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

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