#c48a6f

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

Shades of Feldspar #C48A6F

Tints of Feldspar #C48A6F

Color information

#C48A6F (or 0xC48A6F) is unknown color: approx Feldspar. HEX triplet: C4, 8A and 6F. RGB value is (196,138,111). Sum of RGB (Red+Green+Blue) = 196+138+111=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A6F is #3B7590. Grayscale: #989898. Windows color (decimal): -3896721 or 7310020. OLE color: 7310020.

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

Color convert

RGB196138111-
CMYK00.300.430.23
HSL19.06º41.87%60.2%-
HSV(B)19.06º43.37%76.86%-
XYZ34.7231.0619.2-
YUV152.26104.72159.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=44.04%
G=31.01%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613811100.300.430.2319.0641.8760.2
HexC48A6F01E2B17132a3c
Octal3042121570365327235274
Binary110001001000101011011110111101010111011110011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48a6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48a6f; }

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

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

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

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

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

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

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

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