#C48A71

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

Shades of Feldspar #C48A71

Tints of Feldspar #C48A71

Color information

#C48A71 (or 0xC48A71) is unknown color: approx Feldspar. HEX triplet: C4, 8A and 71. RGB value is (196,138,113). Sum of RGB (Red+Green+Blue) = 196+138+113=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A71 is #3B758E. Grayscale: #989898. Windows color (decimal): -3896719 or 7441092. OLE color: 7441092.

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

Color convert

RGB196138113-
CMYK00.300.420.23
HSL18.07º41.29%60.59%-
HSV(B)18.07º42.35%76.86%-
XYZ34.8331.119.79-
YUV152.49105.72159.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=43.85%
G=30.87%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613811300.300.420.2318.0741.2960.59
HexC48A7101E2A1712293d
Octal3042121610365227225175
Binary110001001000101011100010111101010101011110010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A71; }

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

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

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

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

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

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

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

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