#C48A76

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

Shades of Feldspar #C48A76

Tints of Feldspar #C48A76

Color information

#C48A76 (or 0xC48A76) is unknown color: approx Feldspar. HEX triplet: C4, 8A and 76. RGB value is (196,138,118). Sum of RGB (Red+Green+Blue) = 196+138+118=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A76 is #3B7589. Grayscale: #999999. Windows color (decimal): -3896714 or 7768772. OLE color: 7768772.

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

Color convert

RGB196138118-
CMYK00.300.400.23
HSL15.38º39.8%61.57%-
HSV(B)15.38º39.8%76.86%-
XYZ35.1231.2221.31-
YUV153.06108.22158.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=43.36%
G=30.53%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613811800.300.400.2315.3839.861.57
HexC48A7601E2817f283e
Octal3042121660365027175076
Binary11000100100010101110110011110101000101111111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A76; }

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

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

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

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

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

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

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

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