#C28C71

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

Shades of Feldspar #C28C71

Tints of Feldspar #C28C71

Color information

#C28C71 (or 0xC28C71) is unknown color: approx Feldspar. HEX triplet: C2, 8C and 71. RGB value is (194,140,113). Sum of RGB (Red+Green+Blue) = 194+140+113=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C71 is #3D738E. Grayscale: #999999. Windows color (decimal): -4027279 or 7441602. OLE color: 7441602.

HSL color Cylindrical-coordinate representation of color #C28C71: hue angle of 20º 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 #C28C71 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194140113-
CMYK00.280.420.24
HSL20º39.9%60.2%-
HSV(B)20º41.75%76.08%-
XYZ34.6131.4219.86-
YUV153.07105.39157.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=43.40%
G=31.32%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414011300.280.420.242039.960.2
HexC28C7101C2A1814283c
Octal3022141610345230245074
Binary110000101000110011100010111001010101100010100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C71; }

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

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

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

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

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

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

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

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