#C48A6E

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

Shades of Feldspar #C48A6E

Tints of Feldspar #C48A6E

Color information

#C48A6E (or 0xC48A6E) is unknown color: approx Feldspar. HEX triplet: C4, 8A and 6E. RGB value is (196,138,110). Sum of RGB (Red+Green+Blue) = 196+138+110=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A6E is #3B7591. Grayscale: #989898. Windows color (decimal): -3896722 or 7244484. OLE color: 7244484.

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

Color convert

RGB196138110-
CMYK00.300.440.23
HSL19.53º42.16%60%-
HSV(B)19.53º43.88%76.86%-
XYZ34.6731.0418.92-
YUV152.15104.22159.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=44.14%
G=31.08%
B=24.77%

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
Decimal19613811000.300.440.2319.5342.1660
HexC48A6E01E2C17142a3c
Octal3042121560365427245274
Binary110001001000101011011100111101011001011110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A6E; }

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

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

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

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

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

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

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

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