#C28F72

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

Shades of Feldspar #C28F72

Tints of Feldspar #C28F72

Color information

#C28F72 (or 0xC28F72) is unknown color: approx Feldspar. HEX triplet: C2, 8F and 72. RGB value is (194,143,114). Sum of RGB (Red+Green+Blue) = 194+143+114=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F72 is #3D708D. Grayscale: #9B9B9B. Windows color (decimal): -4026510 or 7507906. OLE color: 7507906.

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

Color convert

RGB194143114-
CMYK00.260.410.24
HSL21.75º39.6%60.39%-
HSV(B)21.75º41.24%76.08%-
XYZ35.1132.3320.31-
YUV154.94104.9155.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=43.02%
G=31.71%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414311400.260.410.2421.7539.660.39
HexC28F7201A291816283c
Octal3022171620325130265074
Binary110000101000111111100100110101010011100010110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F72; }

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

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

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

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

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

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

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

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