#C48A73

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

Shades of Feldspar #C48A73

Tints of Feldspar #C48A73

Color information

#C48A73 (or 0xC48A73) is unknown color: approx Feldspar. HEX triplet: C4, 8A and 73. RGB value is (196,138,115). Sum of RGB (Red+Green+Blue) = 196+138+115=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A73 is #3B758C. Grayscale: #989898. Windows color (decimal): -3896717 or 7572164. OLE color: 7572164.

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

Color convert

RGB196138115-
CMYK00.300.410.23
HSL17.04º40.7%60.98%-
HSV(B)17.04º41.33%76.86%-
XYZ34.9531.1520.39-
YUV152.72106.72158.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=43.65%
G=30.73%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613811500.300.410.2317.0440.760.98
HexC48A7301E291711293d
Octal3042121630365127215175
Binary110001001000101011100110111101010011011110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A73; }

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

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

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

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

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

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

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

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