#C78771

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

Shades of Feldspar #C78771

Tints of Feldspar #C78771

Color information

#C78771 (or 0xC78771) is unknown color: approx Feldspar. HEX triplet: C7, 87 and 71. RGB value is (199,135,113). Sum of RGB (Red+Green+Blue) = 199+135+113=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C78771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78771 is #38788E. Grayscale: #979797. Windows color (decimal): -3700879 or 7440327. OLE color: 7440327.

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

Color convert

RGB199135113-
CMYK00.320.430.22
HSL15.35º43.43%61.18%-
HSV(B)15.35º43.22%78.04%-
XYZ35.230.6619.69-
YUV151.63106.2161.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=44.52%
G=30.20%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913511300.320.430.2215.3543.4361.18
HexC787710202B16f2b3d
Octal3072071610405326175375
Binary110001111000011111100010100000101011101101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78771; }

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

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

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

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

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

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

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

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