#c49177

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

Shades of Feldspar #C49177

Tints of Feldspar #C49177

Color information

#C49177 (or 0xC49177) is unknown color: approx Feldspar. HEX triplet: C4, 91 and 77. RGB value is (196,145,119). Sum of RGB (Red+Green+Blue) = 196+145+119=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49177 is #3B6E88. Grayscale: #9D9D9D. Windows color (decimal): -3894921 or 7836100. OLE color: 7836100.

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

Color convert

RGB196145119-
CMYK00.260.390.23
HSL20.26º39.49%61.76%-
HSV(B)20.26º39.29%76.86%-
XYZ36.2233.3221.97-
YUV157.28106.4155.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=42.61%
G=31.52%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614511900.260.390.2320.2639.4961.76
HexC4917701A271714273e
Octal3042211670324727244776
Binary110001001001000111101110110101001111011110100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49177; }

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

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

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

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

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

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

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

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