#C78974

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

Shades of Feldspar #C78974

Tints of Feldspar #C78974

Color information

#C78974 (or 0xC78974) is unknown color: approx Feldspar. HEX triplet: C7, 89 and 74. RGB value is (199,137,116). Sum of RGB (Red+Green+Blue) = 199+137+116=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C78974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78974 is #38768B. Grayscale: #999999. Windows color (decimal): -3700364 or 7637447. OLE color: 7637447.

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

Color convert

RGB199137116-
CMYK00.310.420.22
HSL15.18º42.56%61.76%-
HSV(B)15.18º41.71%78.04%-
XYZ35.6531.2920.68-
YUV153.14107.04160.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=44.03%
G=30.31%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913711600.310.420.2215.1842.5661.76
HexC7897401F2A16f2b3e
Octal3072111640375226175376
Binary11000111100010011110100011111101010101101111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78974; }

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

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

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

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

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

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

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

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