#C89573

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

Shades of Feldspar #C89573

Tints of Feldspar #C89573

Color information

#C89573 (or 0xC89573) is unknown color: approx Feldspar. HEX triplet: C8, 95 and 73. RGB value is (200,149,115). Sum of RGB (Red+Green+Blue) = 200+149+115=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C89573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89573 is #376A8C. Grayscale: #A0A0A0. Windows color (decimal): -3631757 or 7574984. OLE color: 7574984.

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

Color convert

RGB200149115-
CMYK00.260.420.22
HSL24º43.59%61.76%-
HSV(B)24º42.5%78.43%-
XYZ37.6635.0120.99-
YUV160.37102.4156.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=43.10%
G=32.11%
B=24.78%

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
Decimal20014911500.260.420.222443.5961.76
HexC8957301A2A16182c3e
Octal3102251630325226305476
Binary110010001001010111100110110101010101011011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89573; }

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

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

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

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

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

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

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

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