#C79473

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

Shades of Feldspar #C79473

Tints of Feldspar #C79473

Color information

#C79473 (or 0xC79473) is unknown color: approx Feldspar. HEX triplet: C7, 94 and 73. RGB value is (199,148,115). Sum of RGB (Red+Green+Blue) = 199+148+115=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C79473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79473 is #386B8C. Grayscale: #9F9F9F. Windows color (decimal): -3697549 or 7574727. OLE color: 7574727.

HSL color Cylindrical-coordinate representation of color #C79473: hue angle of 23.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C79473 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199148115-
CMYK00.260.420.22
HSL23.57º42.86%61.57%-
HSV(B)23.57º42.21%78.04%-
XYZ37.2434.5620.93-
YUV159.49102.9156.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=43.07%
G=32.03%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914811500.260.420.2223.5742.8661.57
HexC7947301A2A16182b3e
Octal3072241630325226305376
Binary110001111001010011100110110101010101011011000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79473; }

 p { color: rgb(199,148,115); }

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

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

 a { background-color: rgb(199,148,115); }

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

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

 span { border-color: rgb(199,148,115); }

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