#C79071

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

Shades of Feldspar #C79071

Tints of Feldspar #C79071

Color information

#C79071 (or 0xC79071) is unknown color: approx Feldspar. HEX triplet: C7, 90 and 71. RGB value is (199,144,113). Sum of RGB (Red+Green+Blue) = 199+144+113=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C79071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79071 is #386F8E. Grayscale: #9D9D9D. Windows color (decimal): -3698575 or 7442631. OLE color: 7442631.

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

Color convert

RGB199144113-
CMYK00.280.430.22
HSL21.63º43.43%61.18%-
HSV(B)21.63º43.22%78.04%-
XYZ36.5133.2820.12-
YUV156.91103.22158.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=43.64%
G=31.58%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914411300.280.430.2221.6343.4361.18
HexC7907101C2B16162b3d
Octal3072201610345326265375
Binary110001111001000011100010111001010111011010110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79071; }

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

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

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

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

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

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

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

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