#C49273

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

Shades of Feldspar #C49273

Tints of Feldspar #C49273

Color information

#C49273 (or 0xC49273) is unknown color: approx Feldspar. HEX triplet: C4, 92 and 73. RGB value is (196,146,115). Sum of RGB (Red+Green+Blue) = 196+146+115=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C49273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49273 is #3B6D8C. Grayscale: #9D9D9D. Windows color (decimal): -3894669 or 7574212. OLE color: 7574212.

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

Color convert

RGB196146115-
CMYK00.260.410.23
HSL22.96º40.7%60.98%-
HSV(B)22.96º41.33%76.86%-
XYZ36.1433.5320.79-
YUV157.42104.06155.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=42.89%
G=31.95%
B=25.16%

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
Decimal19614611500.260.410.2322.9640.760.98
HexC4927301A291717293d
Octal3042221630325127275175
Binary110001001001001011100110110101010011011110111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49273; }

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

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

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

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

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

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

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

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