#C79279

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

Shades of Feldspar #C79279

Tints of Feldspar #C79279

Color information

#C79279 (or 0xC79279) is unknown color: approx Feldspar. HEX triplet: C7, 92 and 79. RGB value is (199,146,121). Sum of RGB (Red+Green+Blue) = 199+146+121=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C79279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79279 is #386D86. Grayscale: #9F9F9F. Windows color (decimal): -3698055 or 7967431. OLE color: 7967431.

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

Color convert

RGB199146121-
CMYK00.270.390.22
HSL19.23º41.05%62.75%-
HSV(B)19.23º39.2%78.04%-
XYZ37.2834.0822.7-
YUV159106.56156.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=42.70%
G=31.33%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914612100.270.390.2219.2341.0562.75
HexC7927901B271613293f
Octal3072221710334726235177
Binary110001111001001011110010110111001111011010011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79279; }

 p { color: rgb(199,146,121); }

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

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

 a { background-color: rgb(199,146,121); }

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

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

 span { border-color: rgb(199,146,121); }

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