#C58F72

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

Shades of Feldspar #C58F72

Tints of Feldspar #C58F72

Color information

#C58F72 (or 0xC58F72) is unknown color: approx Feldspar. HEX triplet: C5, 8F and 72. RGB value is (197,143,114). Sum of RGB (Red+Green+Blue) = 197+143+114=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F72 is #3A708D. Grayscale: #9C9C9C. Windows color (decimal): -3829902 or 7507909. OLE color: 7507909.

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

Color convert

RGB197143114-
CMYK00.270.420.23
HSL20.96º41.71%60.98%-
HSV(B)20.96º42.13%77.25%-
XYZ35.8932.7320.35-
YUV155.84104.39157.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.39%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=43.39%
G=31.50%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714311400.270.420.2320.9641.7160.98
HexC58F7201B2A17152a3d
Octal3052171620335227255275
Binary110001011000111111100100110111010101011110101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F72; }

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

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

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

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

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

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

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

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