#C58973

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

Shades of Feldspar #C58973

Tints of Feldspar #C58973

Color information

#C58973 (or 0xC58973) is unknown color: approx Feldspar. HEX triplet: C5, 89 and 73. RGB value is (197,137,115). Sum of RGB (Red+Green+Blue) = 197+137+115=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58973 is #3A768C. Grayscale: #989898. Windows color (decimal): -3831437 or 7571909. OLE color: 7571909.

HSL color Cylindrical-coordinate representation of color #C58973: hue angle of 16.1º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58973 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197137115-
CMYK00.300.420.23
HSL16.1º41.41%61.18%-
HSV(B)16.1º41.62%77.25%-
XYZ35.073120.35-
YUV152.43106.88159.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=43.88%
G=30.51%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713711500.300.420.2316.141.4161.18
HexC5897301E2A1710293d
Octal3052111630365227205175
Binary110001011000100111100110111101010101011110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58973; }

 p { color: rgb(197,137,115); }

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

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

 a { background-color: rgb(197,137,115); }

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

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

 span { border-color: rgb(197,137,115); }

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