#C89473

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

Shades of Feldspar #C89473

Tints of Feldspar #C89473

Color information

#C89473 (or 0xC89473) is unknown color: approx Feldspar. HEX triplet: C8, 94 and 73. RGB value is (200,148,115). Sum of RGB (Red+Green+Blue) = 200+148+115=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C89473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89473 is #376B8C. Grayscale: #9F9F9F. Windows color (decimal): -3632013 or 7574728. OLE color: 7574728.

HSL color Cylindrical-coordinate representation of color #C89473: hue angle of 23.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C89473 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200148115-
CMYK00.260.420.22
HSL23.29º43.59%61.76%-
HSV(B)23.29º42.5%78.43%-
XYZ37.534.720.94-
YUV159.79102.73156.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=43.20%
G=31.97%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014811500.260.420.2223.2943.5961.76
HexC8947301A2A16172c3e
Octal3102241630325226275476
Binary110010001001010011100110110101010101011010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89473; }

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

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

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

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

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

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

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

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