#C48F6E

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

Shades of Feldspar #C48F6E

Tints of Feldspar #C48F6E

Color information

#C48F6E (or 0xC48F6E) is unknown color: approx Feldspar. HEX triplet: C4, 8F and 6E. RGB value is (196,143,110). Sum of RGB (Red+Green+Blue) = 196+143+110=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F6E is #3B7091. Grayscale: #9B9B9B. Windows color (decimal): -3895442 or 7245764. OLE color: 7245764.

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

Color convert

RGB196143110-
CMYK00.270.440.23
HSL23.02º42.16%60%-
HSV(B)23.02º43.88%76.86%-
XYZ35.432.5119.16-
YUV155.08102.56157.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=43.65%
G=31.85%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614311000.270.440.2323.0242.1660
HexC48F6E01B2C17172a3c
Octal3042171560335427275274
Binary110001001000111111011100110111011001011110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F6E; }

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

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

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

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

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

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

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

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