#C28F79

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

Shades of Pale Taupe #C28F79

Tints of Pale Taupe #C28F79

Color information

#C28F79 (or 0xC28F79) is unknown color: approx Pale Taupe. HEX triplet: C2, 8F and 79. RGB value is (194,143,121). Sum of RGB (Red+Green+Blue) = 194+143+121=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F79 is #3D7086. Grayscale: #9B9B9B. Windows color (decimal): -4026503 or 7966658. OLE color: 7966658.

HSL color Cylindrical-coordinate representation of color #C28F79: hue angle of 18.08º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28F79 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194143121-
CMYK00.260.380.24
HSL18.08º37.44%61.76%-
HSV(B)18.08º37.63%76.08%-
XYZ35.5232.4922.49-
YUV155.74108.4155.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=42.36%
G=31.22%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414312100.260.380.2418.0837.4461.76
HexC28F7901A261812253e
Octal3022171710324630224576
Binary110000101000111111110010110101001101100010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F79; }

 p { color: rgb(194,143,121); }

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

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

 a { background-color: rgb(194,143,121); }

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

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

 span { border-color: rgb(194,143,121); }

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