#C79077

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

Shades of Feldspar #C79077

Tints of Feldspar #C79077

Color information

#C79077 (or 0xC79077) is unknown color: approx Feldspar. HEX triplet: C7, 90 and 77. RGB value is (199,144,119). Sum of RGB (Red+Green+Blue) = 199+144+119=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C79077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79077 is #386F88. Grayscale: #9D9D9D. Windows color (decimal): -3698569 or 7835847. OLE color: 7835847.

HSL color Cylindrical-coordinate representation of color #C79077: hue angle of 18.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C79077 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199144119-
CMYK00.280.400.22
HSL18.75º41.67%62.35%-
HSV(B)18.75º40.2%78.04%-
XYZ36.8633.4221.96-
YUV157.6106.22157.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=43.07%
G=31.17%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914411900.280.400.2218.7541.6762.35
HexC7907701C2816132a3e
Octal3072201670345026235276
Binary110001111001000011101110111001010001011010011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79077; }

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

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

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

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

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

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

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

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