#C49173

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

Shades of Feldspar #C49173

Tints of Feldspar #C49173

Color information

#C49173 (or 0xC49173) is unknown color: approx Feldspar. HEX triplet: C4, 91 and 73. RGB value is (196,145,115). Sum of RGB (Red+Green+Blue) = 196+145+115=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C49173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49173 is #3B6E8C. Grayscale: #9D9D9D. Windows color (decimal): -3894925 or 7573956. OLE color: 7573956.

HSL color Cylindrical-coordinate representation of color #C49173: hue angle of 22.22º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49173 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB196145115-
CMYK00.260.410.23
HSL22.22º40.7%60.98%-
HSV(B)22.22º41.33%76.86%-
XYZ35.9833.2220.74-
YUV156.83104.4155.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=42.98%
G=31.80%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614511500.260.410.2322.2240.760.98
HexC4917301A291716293d
Octal3042211630325127265175
Binary110001001001000111100110110101010011011110110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49173; }

 p { color: rgb(196,145,115); }

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

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

 a { background-color: rgb(196,145,115); }

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

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

 span { border-color: rgb(196,145,115); }

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