#C79676

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

Shades of Feldspar #C79676

Tints of Feldspar #C79676

Color information

#C79676 (or 0xC79676) is unknown color: approx Feldspar. HEX triplet: C7, 96 and 76. RGB value is (199,150,118). Sum of RGB (Red+Green+Blue) = 199+150+118=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C79676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79676 is #386989. Grayscale: #A1A1A1. Windows color (decimal): -3697034 or 7771847. OLE color: 7771847.

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

Color convert

RGB199150118-
CMYK00.250.410.22
HSL23.7º41.97%62.16%-
HSV(B)23.7º40.7%78.04%-
XYZ37.7335.2621.96-
YUV161103.73155.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=42.61%
G=32.12%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915011800.250.410.2223.741.9762.16
HexC796760192916182a3e
Octal3072261660315126305276
Binary110001111001011011101100110011010011011011000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79676; }

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

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

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

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

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

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

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

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