#C48E7B

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

Shades of Feldspar #C48E7B

Tints of Feldspar #C48E7B

Color information

#C48E7B (or 0xC48E7B) is unknown color: approx Feldspar. HEX triplet: C4, 8E and 7B. RGB value is (196,142,123). Sum of RGB (Red+Green+Blue) = 196+142+123=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E7B is #3B7184. Grayscale: #9C9C9C. Windows color (decimal): -3895685 or 8097476. OLE color: 8097476.

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

Color convert

RGB196142123-
CMYK00.280.370.23
HSL15.62º38.22%62.55%-
HSV(B)15.62º37.24%76.86%-
XYZ36.0132.5123.12-
YUV155.98109.39156.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=42.52%
G=30.80%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614212300.280.370.2315.6238.2262.55
HexC48E7B01C251710263f
Octal3042161730344527204677
Binary110001001000111011110110111001001011011110000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E7B; }

 p { color: rgb(196,142,123); }

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

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

 a { background-color: rgb(196,142,123); }

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

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

 span { border-color: rgb(196,142,123); }

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