#C0947F

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

Shades of Pale Taupe #C0947F

Tints of Pale Taupe #C0947F

Color information

#C0947F (or 0xC0947F) is unknown color: approx Pale Taupe. HEX triplet: C0, 94 and 7F. RGB value is (192,148,127). Sum of RGB (Red+Green+Blue) = 192+148+127=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0947F is #3F6B80. Grayscale: #9E9E9E. Windows color (decimal): -4156289 or 8361152. OLE color: 8361152.

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

Color convert

RGB192148127-
CMYK00.230.340.25
HSL19.38º34.03%62.55%-
HSV(B)19.38º33.85%75.29%-
XYZ36.1633.9224.72-
YUV158.76110.08151.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 127 (50% from 255) = 27.19%
R=41.11%
G=31.69%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214812700.230.340.2519.3834.0362.55
HexC0947F017221913223f
Octal3002241770274231234277
Binary110000001001010011111110101111000101100110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0947F; }

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

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

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

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

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

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

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

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