#C28E77

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

Shades of Feldspar #C28E77

Tints of Feldspar #C28E77

Color information

#C28E77 (or 0xC28E77) is unknown color: approx Feldspar. HEX triplet: C2, 8E and 77. RGB value is (194,142,119). Sum of RGB (Red+Green+Blue) = 194+142+119=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E77 is #3D7188. Grayscale: #9B9B9B. Windows color (decimal): -4026761 or 7835330. OLE color: 7835330.

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

Color convert

RGB194142119-
CMYK00.270.390.24
HSL18.4º38.07%61.37%-
HSV(B)18.4º38.66%76.08%-
XYZ35.2532.1521.8-
YUV154.93107.73155.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=42.64%
G=31.21%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414211900.270.390.2418.438.0761.37
HexC28E7701B271812263d
Octal3022161670334730224675
Binary110000101000111011101110110111001111100010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E77; }

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

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

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

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

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

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

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

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