#C89176

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

Shades of Feldspar #C89176

Tints of Feldspar #C89176

Color information

#C89176 (or 0xC89176) is unknown color: approx Feldspar. HEX triplet: C8, 91 and 76. RGB value is (200,145,118). Sum of RGB (Red+Green+Blue) = 200+145+118=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C89176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89176 is #376E89. Grayscale: #9E9E9E. Windows color (decimal): -3632778 or 7770568. OLE color: 7770568.

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

Color convert

RGB200145118-
CMYK00.280.410.22
HSL19.76º42.71%62.35%-
HSV(B)19.76º41%78.43%-
XYZ37.2133.8421.71-
YUV158.37105.22157.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=43.20%
G=31.32%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014511800.280.410.2219.7642.7162.35
HexC8917601C2916142b3e
Octal3102211660345126245376
Binary110010001001000111101100111001010011011010100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89176; }

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

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

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

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

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

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

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

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