#C78671

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

Shades of Feldspar #C78671

Tints of Feldspar #C78671

Color information

#C78671 (or 0xC78671) is unknown color: approx Feldspar. HEX triplet: C7, 86 and 71. RGB value is (199,134,113). Sum of RGB (Red+Green+Blue) = 199+134+113=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C78671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78671 is #38798E. Grayscale: #979797. Windows color (decimal): -3701135 or 7440071. OLE color: 7440071.

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

Color convert

RGB199134113-
CMYK00.330.430.22
HSL14.65º43.43%61.18%-
HSV(B)14.65º43.22%78.04%-
XYZ35.0630.3819.64-
YUV151.04106.53162.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=44.62%
G=30.04%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913411300.330.430.2214.6543.4361.18
HexC786710212B16f2b3d
Octal3072061610415326175375
Binary110001111000011011100010100001101011101101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78671; }

 p { color: rgb(199,134,113); }

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

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

 a { background-color: rgb(199,134,113); }

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

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

 span { border-color: rgb(199,134,113); }

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