#C58F71

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

Shades of Feldspar #C58F71

Tints of Feldspar #C58F71

Color information

#C58F71 (or 0xC58F71) is unknown color: approx Feldspar. HEX triplet: C5, 8F and 71. RGB value is (197,143,113). Sum of RGB (Red+Green+Blue) = 197+143+113=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F71 is #3A708E. Grayscale: #9B9B9B. Windows color (decimal): -3829903 or 7442373. OLE color: 7442373.

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

Color convert

RGB197143113-
CMYK00.270.430.23
HSL21.43º42%60.78%-
HSV(B)21.43º42.64%77.25%-
XYZ35.8332.7120.05-
YUV155.73103.89157.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=43.49%
G=31.57%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714311300.270.430.2321.434260.78
HexC58F7101B2B17152a3d
Octal3052171610335327255275
Binary110001011000111111100010110111010111011110101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F71; }

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

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

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

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

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

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

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

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