#C89179

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

Shades of Feldspar #C89179

Tints of Feldspar #C89179

Color information

#C89179 (or 0xC89179) is unknown color: approx Feldspar. HEX triplet: C8, 91 and 79. RGB value is (200,145,121). Sum of RGB (Red+Green+Blue) = 200+145+121=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C89179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89179 is #376E86. Grayscale: #9E9E9E. Windows color (decimal): -3632775 or 7967176. OLE color: 7967176.

HSL color Cylindrical-coordinate representation of color #C89179: hue angle of 18.23º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C89179 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200145121-
CMYK00.280.390.22
HSL18.23º41.8%62.94%-
HSV(B)18.23º39.5%78.43%-
XYZ37.433.9122.66-
YUV158.71106.72157.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=42.92%
G=31.12%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014512100.280.390.2218.2341.862.94
HexC8917901C2716122a3f
Octal3102211710344726225277
Binary110010001001000111110010111001001111011010010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89179; }

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

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

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

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

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

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

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

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