#C79175

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

Shades of Feldspar #C79175

Tints of Feldspar #C79175

Color information

#C79175 (or 0xC79175) is unknown color: approx Feldspar. HEX triplet: C7, 91 and 75. RGB value is (199,145,117). Sum of RGB (Red+Green+Blue) = 199+145+117=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C79175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79175 is #386E8A. Grayscale: #9E9E9E. Windows color (decimal): -3698315 or 7705031. OLE color: 7705031.

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

Color convert

RGB199145117-
CMYK00.270.410.22
HSL20.49º42.27%61.96%-
HSV(B)20.49º41.21%78.04%-
XYZ36.8933.6821.39-
YUV157.95104.89157.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=43.17%
G=31.45%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914511700.270.410.2220.4942.2761.96
HexC7917501B2916142a3e
Octal3072211650335126245276
Binary110001111001000111101010110111010011011010100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79175; }

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

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

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

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

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

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

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

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