#C49277

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

Shades of Feldspar #C49277

Tints of Feldspar #C49277

Color information

#C49277 (or 0xC49277) is unknown color: approx Feldspar. HEX triplet: C4, 92 and 77. RGB value is (196,146,119). Sum of RGB (Red+Green+Blue) = 196+146+119=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49277 is #3B6D88. Grayscale: #9E9E9E. Windows color (decimal): -3894665 or 7836356. OLE color: 7836356.

HSL color Cylindrical-coordinate representation of color #C49277: hue angle of 21.04º 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 #C49277 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196146119-
CMYK00.260.390.23
HSL21.04º39.49%61.76%-
HSV(B)21.04º39.29%76.86%-
XYZ36.3733.6322.03-
YUV157.87106.06155.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=42.52%
G=31.67%
B=25.81%

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
Decimal19614611900.260.390.2321.0439.4961.76
HexC4927701A271715273e
Octal3042221670324727254776
Binary110001001001001011101110110101001111011110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49277; }

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

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

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

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

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

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

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

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