#c48e70

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

Shades of Feldspar #C48E70

Tints of Feldspar #C48E70

Color information

#C48E70 (or 0xC48E70) is unknown color: approx Feldspar. HEX triplet: C4, 8E and 70. RGB value is (196,142,112). Sum of RGB (Red+Green+Blue) = 196+142+112=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E70 is #3B718F. Grayscale: #9A9A9A. Windows color (decimal): -3895696 or 7376580. OLE color: 7376580.

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

Color convert

RGB196142112-
CMYK00.280.430.23
HSL21.43º41.58%60.39%-
HSV(B)21.43º42.86%76.86%-
XYZ35.3632.2519.69-
YUV154.73103.89157.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=43.56%
G=31.56%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614211200.280.430.2321.4341.5860.39
HexC48E7001C2B17152a3c
Octal3042161600345327255274
Binary110001001000111011100000111001010111011110101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48e70; }

 p { color: rgb(196,142,112); }

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

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

 a { background-color: rgb(196,142,112); }

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

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

 span { border-color: rgb(196,142,112); }

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