#C28E71

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

Shades of Feldspar #C28E71

Tints of Feldspar #C28E71

Color information

#C28E71 (or 0xC28E71) is unknown color: approx Feldspar. HEX triplet: C2, 8E and 71. RGB value is (194,142,113). Sum of RGB (Red+Green+Blue) = 194+142+113=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E71 is #3D718E. Grayscale: #9A9A9A. Windows color (decimal): -4026767 or 7442114. OLE color: 7442114.

HSL color Cylindrical-coordinate representation of color #C28E71: hue angle of 21.48º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28E71 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194142113-
CMYK00.270.420.24
HSL21.48º39.9%60.2%-
HSV(B)21.48º41.75%76.08%-
XYZ34.932.0119.96-
YUV154.24104.73156.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=43.21%
G=31.63%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414211300.270.420.2421.4839.960.2
HexC28E7101B2A1815283c
Octal3022161610335230255074
Binary110000101000111011100010110111010101100010101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E71; }

 p { color: rgb(194,142,113); }

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

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

 a { background-color: rgb(194,142,113); }

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

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

 span { border-color: rgb(194,142,113); }

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