#C28F73

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

Shades of Feldspar #C28F73

Tints of Feldspar #C28F73

Color information

#C28F73 (or 0xC28F73) is unknown color: approx Feldspar. HEX triplet: C2, 8F and 73. RGB value is (194,143,115). Sum of RGB (Red+Green+Blue) = 194+143+115=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F73 is #3D708C. Grayscale: #9B9B9B. Windows color (decimal): -4026509 or 7573442. OLE color: 7573442.

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

Color convert

RGB194143115-
CMYK00.260.410.24
HSL21.27º39.3%60.59%-
HSV(B)21.27º40.72%76.08%-
XYZ35.1732.3520.61-
YUV155.06105.4155.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=42.92%
G=31.64%
B=25.44%

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
Decimal19414311500.260.410.2421.2739.360.59
HexC28F7301A291815273d
Octal3022171630325130254775
Binary110000101000111111100110110101010011100010101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F73; }

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

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

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

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

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

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

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

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