#c89375

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

Shades of Feldspar #C89375

Tints of Feldspar #C89375

Color information

#C89375 (or 0xC89375) is unknown color: approx Feldspar. HEX triplet: C8, 93 and 75. RGB value is (200,147,117). Sum of RGB (Red+Green+Blue) = 200+147+117=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C89375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89375 is #376C8A. Grayscale: #9F9F9F. Windows color (decimal): -3632267 or 7705544. OLE color: 7705544.

HSL color Cylindrical-coordinate representation of color #C89375: hue angle of 21.69º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C89375 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200147117-
CMYK00.260.420.22
HSL21.69º43.01%62.16%-
HSV(B)21.69º41.5%78.43%-
XYZ37.4634.4321.5-
YUV159.43104.06156.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=43.10%
G=31.68%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014711700.260.420.2221.6943.0162.16
HexC8937501A2A16162b3e
Octal3102231650325226265376
Binary110010001001001111101010110101010101011010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c89375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c89375; }

 p { color: rgb(200,147,117); }

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

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

 a { background-color: rgb(200,147,117); }

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

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

 span { border-color: rgb(200,147,117); }

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