#C89376

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

Shades of Feldspar #C89376

Tints of Feldspar #C89376

Color information

#C89376 (or 0xC89376) is unknown color: approx Feldspar. HEX triplet: C8, 93 and 76. RGB value is (200,147,118). Sum of RGB (Red+Green+Blue) = 200+147+118=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89376 is #376C89. Grayscale: #9F9F9F. Windows color (decimal): -3632266 or 7771080. OLE color: 7771080.

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

Color convert

RGB200147118-
CMYK00.260.410.22
HSL21.22º42.71%62.35%-
HSV(B)21.22º41%78.43%-
XYZ37.5234.4521.81-
YUV159.54104.56156.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=43.01%
G=31.61%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014711800.260.410.2221.2242.7162.35
HexC8937601A2916152b3e
Octal3102231660325126255376
Binary110010001001001111101100110101010011011010101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89376; }

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

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

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

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

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

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

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

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