#C48771

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

Shades of Feldspar #C48771

Tints of Feldspar #C48771

Color information

#C48771 (or 0xC48771) is unknown color: approx Feldspar. HEX triplet: C4, 87 and 71. RGB value is (196,135,113). Sum of RGB (Red+Green+Blue) = 196+135+113=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48771 is #3B788E. Grayscale: #969696. Windows color (decimal): -3897487 or 7440324. OLE color: 7440324.

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

Color convert

RGB196135113-
CMYK00.310.420.23
HSL15.9º41.29%60.59%-
HSV(B)15.9º42.35%76.86%-
XYZ34.4130.2619.65-
YUV150.73106.71160.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=44.14%
G=30.41%
B=25.45%

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
Decimal19613511300.310.420.2315.941.2960.59
HexC4877101F2A1710293d
Octal3042071610375227205175
Binary110001001000011111100010111111010101011110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48771; }

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

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

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

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

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

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

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

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