#C8957F

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

Shades of Feldspar #C8957F

Tints of Feldspar #C8957F

Color information

#C8957F (or 0xC8957F) is unknown color: approx Feldspar. HEX triplet: C8, 95 and 7F. RGB value is (200,149,127). Sum of RGB (Red+Green+Blue) = 200+149+127=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8957F is #376A80. Grayscale: #A1A1A1. Windows color (decimal): -3631745 or 8361416. OLE color: 8361416.

HSL color Cylindrical-coordinate representation of color #C8957F: hue angle of 18.08º 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 #C8957F is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200149127-
CMYK00.260.360.22
HSL18.08º39.89%64.12%-
HSV(B)18.08º36.5%78.43%-
XYZ38.435.3124.87-
YUV161.74108.4155.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 127 (50% from 255) = 26.68%
R=42.02%
G=31.30%
B=26.68%

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
Decimal20014912700.260.360.2218.0839.8964.12
HexC8957F01A2416122840
Octal31022517703244262250100
Binary1100100010010101111111101101010010010110100101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8957F; }

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

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

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

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

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

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

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

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