#C79373

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

Shades of Feldspar #C79373

Tints of Feldspar #C79373

Color information

#C79373 (or 0xC79373) is unknown color: approx Feldspar. HEX triplet: C7, 93 and 73. RGB value is (199,147,115). Sum of RGB (Red+Green+Blue) = 199+147+115=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C79373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79373 is #386C8C. Grayscale: #9F9F9F. Windows color (decimal): -3697805 or 7574471. OLE color: 7574471.

HSL color Cylindrical-coordinate representation of color #C79373: hue angle of 22.86º 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 #C79373 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199147115-
CMYK00.260.420.22
HSL22.86º42.86%61.57%-
HSV(B)22.86º42.21%78.04%-
XYZ37.0834.2520.88-
YUV158.9103.23156.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=43.17%
G=31.89%
B=24.95%

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
Decimal19914711500.260.420.2222.8642.8661.57
HexC7937301A2A16172b3e
Octal3072231630325226275376
Binary110001111001001111100110110101010101011010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79373; }

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

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

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

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

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

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

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

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