#C48D75

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

Shades of Feldspar #C48D75

Tints of Feldspar #C48D75

Color information

#C48D75 (or 0xC48D75) is unknown color: approx Feldspar. HEX triplet: C4, 8D and 75. RGB value is (196,141,117). Sum of RGB (Red+Green+Blue) = 196+141+117=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D75 is #3B728A. Grayscale: #9A9A9A. Windows color (decimal): -3895947 or 7704004. OLE color: 7704004.

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

Color convert

RGB196141117-
CMYK00.280.400.23
HSL18.23º40.1%61.37%-
HSV(B)18.23º40.31%76.86%-
XYZ35.532.0721.15-
YUV154.71106.72157.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=43.17%
G=31.06%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614111700.280.400.2318.2340.161.37
HexC48D7501C281712283d
Octal3042151650345027225075
Binary110001001000110111101010111001010001011110010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D75; }

 p { color: rgb(196,141,117); }

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

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

 a { background-color: rgb(196,141,117); }

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

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

 span { border-color: rgb(196,141,117); }

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