#c79278

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

Shades of Feldspar #C79278

Tints of Feldspar #C79278

Color information

#C79278 (or 0xC79278) is unknown color: approx Feldspar. HEX triplet: C7, 92 and 78. RGB value is (199,146,120). Sum of RGB (Red+Green+Blue) = 199+146+120=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C79278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79278 is #386D87. Grayscale: #9F9F9F. Windows color (decimal): -3698056 or 7901895. OLE color: 7901895.

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

Color convert

RGB199146120-
CMYK00.270.400.22
HSL19.75º41.36%62.55%-
HSV(B)19.75º39.7%78.04%-
XYZ37.2234.0622.38-
YUV158.88106.06156.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=42.80%
G=31.40%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914612000.270.400.2219.7541.3662.55
HexC7927801B281614293f
Octal3072221700335026245177
Binary110001111001001011110000110111010001011010100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c79278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c79278; }

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

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

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

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

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

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

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

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