#C8947F

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

Shades of Feldspar #C8947F

Tints of Feldspar #C8947F

Color information

#C8947F (or 0xC8947F) is unknown color: approx Feldspar. HEX triplet: C8, 94 and 7F. RGB value is (200,148,127). Sum of RGB (Red+Green+Blue) = 200+148+127=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8947F is #376B80. Grayscale: #A1A1A1. Windows color (decimal): -3632001 or 8361160. OLE color: 8361160.

HSL color Cylindrical-coordinate representation of color #C8947F: hue angle of 17.26º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8947F is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200148127-
CMYK00.260.360.22
HSL17.26º39.89%64.12%-
HSV(B)17.26º36.5%78.43%-
XYZ38.2434.9924.82-
YUV161.15108.73155.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 127 (50% from 255) = 26.74%
R=42.11%
G=31.16%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014812700.260.360.2217.2639.8964.12
HexC8947F01A2416112840
Octal31022417703244262150100
Binary1100100010010100111111101101010010010110100011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8947F; }

 p { color: rgb(200,148,127); }

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

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

 a { background-color: rgb(200,148,127); }

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

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

 span { border-color: rgb(200,148,127); }

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