#C48A6D

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

Shades of Feldspar #C48A6D

Tints of Feldspar #C48A6D

Color information

#C48A6D (or 0xC48A6D) is unknown color: approx Feldspar. HEX triplet: C4, 8A and 6D. RGB value is (196,138,109). Sum of RGB (Red+Green+Blue) = 196+138+109=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A6D is #3B7592. Grayscale: #989898. Windows color (decimal): -3896723 or 7178948. OLE color: 7178948.

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

Color convert

RGB196138109-
CMYK00.300.440.23
HSL20º42.44%59.8%-
HSV(B)20º44.39%76.86%-
XYZ34.6131.0218.63-
YUV152.04103.72159.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=44.24%
G=31.15%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613810900.300.440.232042.4459.8
HexC48A6D01E2C17142a3c
Octal3042121550365427245274
Binary110001001000101011011010111101011001011110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A6D; }

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

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

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

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

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

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

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

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