#C79074

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

Shades of Feldspar #C79074

Tints of Feldspar #C79074

Color information

#C79074 (or 0xC79074) is unknown color: approx Feldspar. HEX triplet: C7, 90 and 74. RGB value is (199,144,116). Sum of RGB (Red+Green+Blue) = 199+144+116=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C79074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79074 is #386F8B. Grayscale: #9D9D9D. Windows color (decimal): -3698572 or 7639239. OLE color: 7639239.

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

Color convert

RGB199144116-
CMYK00.280.420.22
HSL20.24º42.56%61.76%-
HSV(B)20.24º41.71%78.04%-
XYZ36.6833.3521.03-
YUV157.25104.72157.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=43.36%
G=31.37%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914411600.280.420.2220.2442.5661.76
HexC7907401C2A16142b3e
Octal3072201640345226245376
Binary110001111001000011101000111001010101011010100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79074; }

 p { color: rgb(199,144,116); }

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

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

 a { background-color: rgb(199,144,116); }

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

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

 span { border-color: rgb(199,144,116); }

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