#C79073

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

Shades of Feldspar #C79073

Tints of Feldspar #C79073

Color information

#C79073 (or 0xC79073) is unknown color: approx Feldspar. HEX triplet: C7, 90 and 73. RGB value is (199,144,115). Sum of RGB (Red+Green+Blue) = 199+144+115=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C79073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79073 is #386F8C. Grayscale: #9D9D9D. Windows color (decimal): -3698573 or 7573703. OLE color: 7573703.

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

Color convert

RGB199144115-
CMYK00.280.420.22
HSL20.71º42.86%61.57%-
HSV(B)20.71º42.21%78.04%-
XYZ36.6233.3320.72-
YUV157.14104.22157.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=43.45%
G=31.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914411500.280.420.2220.7142.8661.57
HexC7907301C2A16152b3e
Octal3072201630345226255376
Binary110001111001000011100110111001010101011010101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79073; }

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

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

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

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

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

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

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

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