#C48C76

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

Shades of Feldspar #C48C76

Tints of Feldspar #C48C76

Color information

#C48C76 (or 0xC48C76) is unknown color: approx Feldspar. HEX triplet: C4, 8C and 76. RGB value is (196,140,118). Sum of RGB (Red+Green+Blue) = 196+140+118=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C76 is #3B7389. Grayscale: #9A9A9A. Windows color (decimal): -3896202 or 7769284. OLE color: 7769284.

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

Color convert

RGB196140118-
CMYK00.290.400.23
HSL16.92º39.8%61.57%-
HSV(B)16.92º39.8%76.86%-
XYZ35.4131.821.41-
YUV154.24107.55157.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=43.17%
G=30.84%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614011800.290.400.2316.9239.861.57
HexC48C7601D281711283e
Octal3042141660355027215076
Binary110001001000110011101100111011010001011110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C76; }

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

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

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

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

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

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

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

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