#C48871

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

Shades of Feldspar #C48871

Tints of Feldspar #C48871

Color information

#C48871 (or 0xC48871) is unknown color: approx Feldspar. HEX triplet: C4, 88 and 71. RGB value is (196,136,113). Sum of RGB (Red+Green+Blue) = 196+136+113=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48871 is #3B778E. Grayscale: #979797. Windows color (decimal): -3897231 or 7440580. OLE color: 7440580.

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

Color convert

RGB196136113-
CMYK00.310.420.23
HSL16.63º41.29%60.59%-
HSV(B)16.63º42.35%76.86%-
XYZ34.5530.5419.7-
YUV151.32106.38159.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=44.04%
G=30.56%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613611300.310.420.2316.6341.2960.59
HexC4887101F2A1711293d
Octal3042101610375227215175
Binary110001001000100011100010111111010101011110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48871; }

 p { color: rgb(196,136,113); }

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

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

 a { background-color: rgb(196,136,113); }

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

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

 span { border-color: rgb(196,136,113); }

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