#C58D72

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

Shades of Feldspar #C58D72

Tints of Feldspar #C58D72

Color information

#C58D72 (or 0xC58D72) is unknown color: approx Feldspar. HEX triplet: C5, 8D and 72. RGB value is (197,141,114). Sum of RGB (Red+Green+Blue) = 197+141+114=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D72 is #3A728D. Grayscale: #9A9A9A. Windows color (decimal): -3830414 or 7507397. OLE color: 7507397.

HSL color Cylindrical-coordinate representation of color #C58D72: hue angle of 19.52º degrees, saturation: 0.42, 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 #C58D72 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197141114-
CMYK00.280.420.23
HSL19.52º41.71%60.98%-
HSV(B)19.52º42.13%77.25%-
XYZ35.5932.1320.25-
YUV154.67105.05158.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.58%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=43.58%
G=31.19%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714111400.280.420.2319.5241.7160.98
HexC58D7201C2A17142a3d
Octal3052151620345227245275
Binary110001011000110111100100111001010101011110100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D72; }

 p { color: rgb(197,141,114); }

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

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

 a { background-color: rgb(197,141,114); }

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

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

 span { border-color: rgb(197,141,114); }

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