#C79276

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

Shades of Feldspar #C79276

Tints of Feldspar #C79276

Color information

#C79276 (or 0xC79276) is unknown color: approx Feldspar. HEX triplet: C7, 92 and 76. RGB value is (199,146,118). Sum of RGB (Red+Green+Blue) = 199+146+118=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C79276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79276 is #386D89. Grayscale: #9E9E9E. Windows color (decimal): -3698058 or 7770823. OLE color: 7770823.

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

Color convert

RGB199146118-
CMYK00.270.410.22
HSL20.74º41.97%62.16%-
HSV(B)20.74º40.7%78.04%-
XYZ37.134.0121.75-
YUV158.66105.06156.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=42.98%
G=31.53%
B=25.49%

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
Decimal19914611800.270.410.2220.7441.9762.16
HexC7927601B2916152a3e
Octal3072221660335126255276
Binary110001111001001011101100110111010011011010101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79276; }

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

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

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

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

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

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

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

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