#C79575

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

Shades of Feldspar #C79575

Tints of Feldspar #C79575

Color information

#C79575 (or 0xC79575) is unknown color: approx Feldspar. HEX triplet: C7, 95 and 75. RGB value is (199,149,117). Sum of RGB (Red+Green+Blue) = 199+149+117=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C79575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79575 is #386A8A. Grayscale: #A0A0A0. Windows color (decimal): -3697291 or 7706055. OLE color: 7706055.

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

Color convert

RGB199149117-
CMYK00.250.410.22
HSL23.41º42.27%61.96%-
HSV(B)23.41º41.21%78.04%-
XYZ37.5134.9221.59-
YUV160.3103.56155.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=42.80%
G=32.04%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914911700.250.410.2223.4142.2761.96
HexC795750192916172a3e
Octal3072251650315126275276
Binary110001111001010111101010110011010011011010111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79575; }

 p { color: rgb(199,149,117); }

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

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

 a { background-color: rgb(199,149,117); }

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

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

 span { border-color: rgb(199,149,117); }

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