#C89576

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

Shades of Feldspar #C89576

Tints of Feldspar #C89576

Color information

#C89576 (or 0xC89576) is unknown color: approx Feldspar. HEX triplet: C8, 95 and 76. RGB value is (200,149,118). Sum of RGB (Red+Green+Blue) = 200+149+118=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C89576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89576 is #376A89. Grayscale: #A0A0A0. Windows color (decimal): -3631754 or 7771592. OLE color: 7771592.

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

Color convert

RGB200149118-
CMYK00.260.410.22
HSL22.68º42.71%62.35%-
HSV(B)22.68º41%78.43%-
XYZ37.8435.0821.92-
YUV160.71103.9156.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=42.83%
G=31.91%
B=25.27%

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
Decimal20014911800.260.410.2222.6842.7162.35
HexC8957601A2916172b3e
Octal3102251660325126275376
Binary110010001001010111101100110101010011011010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89576; }

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

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

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

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

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

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

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

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