#C48F71

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

Shades of Feldspar #C48F71

Tints of Feldspar #C48F71

Color information

#C48F71 (or 0xC48F71) is unknown color: approx Feldspar. HEX triplet: C4, 8F and 71. RGB value is (196,143,113). Sum of RGB (Red+Green+Blue) = 196+143+113=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F71 is #3B708E. Grayscale: #9B9B9B. Windows color (decimal): -3895439 or 7442372. OLE color: 7442372.

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

Color convert

RGB196143113-
CMYK00.270.420.23
HSL21.69º41.29%60.59%-
HSV(B)21.69º42.35%76.86%-
XYZ35.5732.5720.04-
YUV155.43104.06156.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 113 (44.53% from 255) = 25%
R=43.36%
G=31.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614311300.270.420.2321.6941.2960.59
HexC48F7101B2A1716293d
Octal3042171610335227265175
Binary110001001000111111100010110111010101011110110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F71; }

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

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

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

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

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

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

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

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