#C28C74

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

Shades of Feldspar #C28C74

Tints of Feldspar #C28C74

Color information

#C28C74 (or 0xC28C74) is unknown color: approx Feldspar. HEX triplet: C2, 8C and 74. RGB value is (194,140,116). Sum of RGB (Red+Green+Blue) = 194+140+116=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C74 is #3D738B. Grayscale: #999999. Windows color (decimal): -4027276 or 7638210. OLE color: 7638210.

HSL color Cylindrical-coordinate representation of color #C28C74: hue angle of 18.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28C74 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194140116-
CMYK00.280.400.24
HSL18.46º39%60.78%-
HSV(B)18.46º40.21%76.08%-
XYZ34.7831.4920.77-
YUV153.41106.89156.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=43.11%
G=31.11%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414011600.280.400.2418.463960.78
HexC28C7401C281812273d
Octal3022141640345030224775
Binary110000101000110011101000111001010001100010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C74; }

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

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

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

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

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

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

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

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