#C89479

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

Shades of Feldspar #C89479

Tints of Feldspar #C89479

Color information

#C89479 (or 0xC89479) is unknown color: approx Feldspar. HEX triplet: C8, 94 and 79. RGB value is (200,148,121). Sum of RGB (Red+Green+Blue) = 200+148+121=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C89479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89479 is #376B86. Grayscale: #A0A0A0. Windows color (decimal): -3632007 or 7967944. OLE color: 7967944.

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

Color convert

RGB200148121-
CMYK00.260.390.22
HSL20.51º41.8%62.94%-
HSV(B)20.51º39.5%78.43%-
XYZ37.8634.8422.82-
YUV160.47105.73156.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=42.64%
G=31.56%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014812100.260.390.2220.5141.862.94
HexC8947901A2716152a3f
Octal3102241710324726255277
Binary110010001001010011110010110101001111011010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89479; }

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

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

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

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

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

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

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

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